link
Show commit logs
git log
Compact one-line format
git log --oneline
Visual graph of all branches
git log --graph --all
Show patch/diff for each commit
git log -p