Skip to content

Instantly share code, notes, and snippets.

@jorgen99
Created March 4, 2015 10:24
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 jorgen99/bf0fa6f6de79922e0c9a to your computer and use it in GitHub Desktop.
Save jorgen99/bf0fa6f6de79922e0c9a to your computer and use it in GitHub Desktop.
git log pretty graph
git config --global alias.lg = "log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%a>%Creset' --abbrev-commit --date=short --branches -20"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment