Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@jglozano
Last active August 30, 2018 21:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jglozano/470137f34280db597d47aac6bb094255 to your computer and use it in GitHub Desktop.
Save jglozano/470137f34280db597d47aac6bb094255 to your computer and use it in GitHub Desktop.
Git log oneline with a pretty graph

The following alias, lol creates a clean, reable graph of the commits using the git log command as the base:

git config --global alias.lol 'log --oneline --graph --decorate --all'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment