git config --global alias.lg "log --oneline --graph --all"

Category: Git - Core

git config --global alias.lg "log --oneline --graph --all"

Create a pretty-log alias

Adds an lg alias that prints a decorated graph of all branches, one commit per line. It is the most imitated Git alias in the wild. Run git lg after defining it.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.