Split gitconfig so that we can have different tweaks per computer

This commit is contained in:
John Doty 2022-06-14 05:43:38 -07:00
parent ac43b3abca
commit 3a680e4d86
2 changed files with 16 additions and 13 deletions

View file

@ -1,14 +1,6 @@
[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
name = John Doty
email = john@d0ty.me
[include]
path = .gitconfig.shared

11
.gitconfig.shared Normal file
View file

@ -0,0 +1,11 @@
[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