Skip to content

Instantly share code, notes, and snippets.

@thwarted
Created November 26, 2013 22:07
Show Gist options
  • Save thwarted/7667199 to your computer and use it in GitHub Desktop.
Save thwarted/7667199 to your computer and use it in GitHub Desktop.
pretty printed git log
git config --global alias.lg "log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit"
https://coderwall.com/p/euwpig
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment