git rev-list

 $ git rev-list master
 e37250a Added bar.txt
 3064cd4 Updated foo.txt
 dcfff95 Added foo.txt
 6ac92fa git init
 $ git rev-list master
 e37250a9a77e6cbxxc804c1a5824715e8efdb59f
 3064cd4ba4fb92a83f0311041cb8b9c9c1a16c45
 dcfff95814ca00f0c6230ba8c14eab0d86cdd9b8
 6ac92fa41227a7a0b847972cbec35807459ce303
  • git rev-listはGitの低レベルコマンド。
  • git logに似ているが、他のコマンドにコミットIDを渡したい時などに使う。

参考


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

Last-modified: 2017-08-09 (水) 18:56:08