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
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