Init-Files/.gitconfig
2018-03-21 06:17:56 -07:00

14 lines
268 B
INI

[user]
name = John Doty
email = john@d0ty.me
[core]
autocrlf = input
[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