各コミットを短縮ハッシュとサブジェクトの1行で表示するコマンドはどれですか?
git log --oneline
git status --short
git rev-list --count HEAD
git log -p