gitconfig fix
This commit is contained in:
parent
22dae53c75
commit
495c21a819
1 changed files with 3 additions and 1 deletions
|
@ -24,4 +24,6 @@
|
||||||
excludesfile = ~/.gitignore_global
|
excludesfile = ~/.gitignore_global
|
||||||
autocrlf = input
|
autocrlf = input
|
||||||
editor = subl
|
editor = subl
|
||||||
filemode = false
|
filemode = false
|
||||||
|
[push]
|
||||||
|
default = upstream
|
||||||
|
|
Loading…
Reference in a new issue