特定のファイルの変更履歴を確認

-pでdiffを表示

 git log -p index.php

--word-diffでdiffをコンパクトに表示

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

--authorでユーザーを指定

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

参考

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


トップ   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS