Skip to content

Instantly share code, notes, and snippets.

@ovc
Forked from outro56/git lol.md
Created April 4, 2022 05:41
Show Gist options
  • Save ovc/2b3b67f54bee61c592b60eb31bdafe1e to your computer and use it in GitHub Desktop.
Save ovc/2b3b67f54bee61c592b60eb31bdafe1e to your computer and use it in GitHub Desktop.
git lol
git log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit
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