コミットの内容を見る- git show
コミットの詳細情報と差分を表示します。
概念図
構文
bash
git show [options] [<object>...]使用例
最新コミットの詳細を表示
bash
git show指定コミットの詳細を表示
bash
git show abc1234特定ファイルの内容を表示
bash
git show HEAD:path/to/file統計情報のみ表示
bash
git show --statコミットの詳細情報と差分を表示します。
git show [options] [<object>...]最新コミットの詳細を表示
git show指定コミットの詳細を表示
git show abc1234特定ファイルの内容を表示
git show HEAD:path/to/file統計情報のみ表示
git show --stat