Split gitconfig so that we can have different tweaks per computer
This commit is contained in:
parent
ac43b3abca
commit
3a680e4d86
2 changed files with 16 additions and 13 deletions
14
.gitconfig
14
.gitconfig
|
|
@ -1,14 +1,6 @@
|
||||||
[user]
|
[user]
|
||||||
name = John Doty
|
name = John Doty
|
||||||
email = john@d0ty.me
|
email = john@d0ty.me
|
||||||
[core]
|
|
||||||
autocrlf = input
|
[include]
|
||||||
[pretty]
|
path = .gitconfig.shared
|
||||||
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
|
|
||||||
11
.gitconfig.shared
Normal file
11
.gitconfig.shared
Normal 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
|
||||||
Loading…
Add table
Add a link
Reference in a new issue