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
18
.gitconfig
18
.gitconfig
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue