glog
/ gshow
Show the status of the repository including staged, unstaged and untracked files.
Table of contents
Demo
Internals
git log --pretty='format:%C(auto)%h%d [%an] [%ar] %s' --graph
pretty-print the contents of the commit logs in a given format.
draw a text-based graphical representation of the commit history
git show <commitSHA>
show various types of objects