Init-Files/.gitconfig
2013-07-07 00:20:44 -07:00

14 lines
270 B
INI

[user]
name = John Doty
email = jddoty@gmail.com
[core]
editor = emacs
[pretty]
doty = * %C(bold green)%h%Creset -%C(bold white)%d%Creset %s %C(bold)(%cr)%Creset <%aN>%Creset
[format]
pretty = doty
[alias]
st = status
ci = commit
[push]
default = upstream