Adding spiffy git aliases

This commit is contained in:
Hunter Haugen 2011-02-11 11:16:04 -08:00
parent a37cc1aaca
commit 658d2802db
2 changed files with 13 additions and 0 deletions

View file

@ -3,3 +3,5 @@
email = h.haugen@gmail.com
[color]
ui = true
[alias]
lg = "log --pretty=format:'%C(yellow)%h%C(reset) %C(blue)%an%C(reset) %s %C(cyan)%cr%C(reset) %C(green)%d%C(reset)' --graph"