Skip to content

Instantly share code, notes, and snippets.

@groovecoder
Created April 15, 2012 00:28
Show Gist options
  • Save groovecoder/2389023 to your computer and use it in GitHub Desktop.
Save groovecoder/2389023 to your computer and use it in GitHub Desktop.
git log aliases
lg = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset'
lol = log --graph --decorate --pretty=oneline --abbrev-commit
lola = log --graph --decorate --pretty=oneline --abbrev-commit --all
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment