- バックアップ一覧
- 差分 を表示
- 現在との差分 を表示
- ソース を表示
- Git/git show (過去のリビジョンを見る) へ行く。
- 1 (2011-12-29 (木) 12:35:48)
git show(過去のリビジョンを見る)
git show HEAD test.txt git show 71de6e3f77d1f059feaedab763850faf29723a00:test.txt
もしくは
git cat-file -p HEAD:test.txt
git show HEAD test.txt git show 71de6e3f77d1f059feaedab763850faf29723a00:test.txt
もしくは
git cat-file -p HEAD:test.txt