Skip to content

Instantly share code, notes, and snippets.

@xero
Created April 24, 2012 16:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save xero/2481459 to your computer and use it in GitHub Desktop.
Save xero/2481459 to your computer and use it in GitHub Desktop.
custom git log graph alias for .gitconfig
#fyi %x20 is a space.
[alias]
graph = log --graph --color --pretty=format:"%C(yellow)%H%C(green)%d%C(reset)%n%x20%cd%n%x20%cn%x20(%ce)%n%x20%s%n"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment