Skip to content

Instantly share code, notes, and snippets.

@mkol5222
Forked from Omerr/git lol.md
Created September 9, 2023 10:29
Show Gist options
  • Select an option

  • Save mkol5222/4dddf64c9595374a9ec3a7e6f1b50b19 to your computer and use it in GitHub Desktop.

Select an option

Save mkol5222/4dddf64c9595374a9ec3a7e6f1b50b19 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