Init-Files/.gitconfig
2014-11-05 05:32:31 -08:00

15 lines
305 B
INI

[user]
name = John Doty
email = john@d0ty.me
[core]
editor = c:/chocolatey/bin/emacs.bat
autocrlf = true
[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