2013年4月10日水曜日

どこで変更したか調べるgit-log -Sとか、ソースコード眺めながら使えるgit-brameとか

  • git-blame
  • Show what revision and author last modified each line of a file ファイルの各行に最後に修正したリビジョンと著者(コミットログ作った人)を表示する。 blameは非難するとかそんな意味らしいです。(高校英語 プログラムとの相性は抜群で、だれだif(a=b)とかしたやつは!とかに使うんだと思います。
  • git-log -S "string"
  • Look for differences that introduce or remove an instance of . Note that this is different than the string simply appearing in diff output; see the pickaxe entry in gitdiffcore(7) for more details. 多分、Searchの略。イメージ的にはgit-log -pをキーワード検索したような感じです。

英文はmanから引用しました

0 件のコメント:

コメントを投稿