Skip to content

Instantly share code, notes, and snippets.

@wickedchicken
Created December 5, 2011 03:51
Show Gist options
  • Save wickedchicken/1432226 to your computer and use it in GitHub Desktop.
Save wickedchicken/1432226 to your computer and use it in GitHub Desktop.
showmethemoney: gives you a nice git graph
# dredged from the depths of the internet
alias showmethemoney='git log --graph --full-history --all --color --date=short --pretty=format:"%x1b[31m%h%x09%x1b[32m%d%x1b[0m%x20%ad %s"'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment