git/show

Show Commit Details

Show various types of objects

git
show
commit

Command

git show

Explanation

git show is used to show various types of objects. It shows the various types of objects.

Examples

Show latest commit details

git show HEAD

Show specific commit

git show abc123