#author("2019-03-28T15:31:30+09:00","default:ryuichi","ryuichi")
* 特定のファイルの変更履歴を確認 [#nd316454]
#author("2019-04-22T15:07:50+09:00","default:ryuichi","ryuichi")
* 特定のファイルの変更履歴(差分)を確認 [#nd316454]

** -pでdiffを表示 [#h4855143]

 git log -p index.php

*** --word-diffでdiffをコンパクトに表示 [#f9a0e30a]

 git log -p --word-diff index.php

** --authorでユーザーを指定 [#r5249d40]

 git log -p --author="taro" index.php

** 参考 [#j9937440]

https://git-scm.com/docs/git-log

トップ   編集 差分 バックアップ 添付 複製 名前変更 リロード   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS