Skip to content

Instantly share code, notes, and snippets.

@iamnimnul
Forked from Omerr/git lol.md
Created July 24, 2023 16:54
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 iamnimnul/e3c8a867bf59544a44e2bb0e3c4ad2d3 to your computer and use it in GitHub Desktop.
Save iamnimnul/e3c8a867bf59544a44e2bb0e3c4ad2d3 to your computer and use it in GitHub Desktop.
git lol - an alias to Git that shows the commit graph in a pretty format

log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit

To configure as an alias git lol:

git config --global alias.lol "log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit"

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