<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>tomcky</author_name>
  <author_url>https://blog.hatena.ne.jp/tomcky/</author_url>
  <blog_title>Tomcky's blog</blog_title>
  <blog_url>https://tomcky.hatenadiary.jp/</blog_url>
  <categories>
    <anon>Git</anon>
  </categories>
  <description>基本 git diff とだけやると、ステージ前の変更と最新のコミットとの差分が確認できる。 $ git diff 変更のあるファイル名だけを表示する --name-only を付けると、変更内容は表示せず、変更のあるファイル名だけを表示できる。 $ git diff --name-only 特定のファイルのdiffだけ表示する ファイル名を指定することで、そのファイルだけのdiffを確認できる。 $ git diff path/to/file.txt なお、ディレクトリを指定することもでき、その場合はそのディレクトリ以下のdiffだけ確認できる。 $ git diff path/to/ ステ…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Ftomcky.hatenadiary.jp%2Fentry%2F20180531%2F1527770295&quot; title=&quot;よく使う git diff メモ - Tomcky&amp;#39;s blog&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2018-05-31 21:38:15</published>
  <title>よく使う git diff メモ</title>
  <type>rich</type>
  <url>https://tomcky.hatenadiary.jp/entry/20180531/1527770295</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
