Skip to content

Instantly share code, notes, and snippets.

@wickedchicken
wickedchicken / gist:1432226
Created December 5, 2011 03:51
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"'