Commands.app

git show

History

Show various types of objects

Examples
Common usage examples

Show last commit

git show

Show commit 2 commits ago

git show HEAD~2

Show specific commit

git show <commit-hash>
Related Commands
You might also find these useful