特定のファイルの変更履歴(差分)を確認

-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

Last-modified: 2019-04-22 (月) 15:07:50