dotfiles/.gitconfig
2011-02-11 11:17:28 -08:00

7 lines
210 B
INI

[user]
name = Hunter Haugen
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"