Git config updated.
This commit is contained in:
parent
be1e074ddc
commit
5cba26b8e1
10
.gitconfig
10
.gitconfig
|
@ -50,5 +50,15 @@
|
|||
|
||||
[core]
|
||||
quotepath = false
|
||||
|
||||
[push]
|
||||
default = matching
|
||||
|
||||
[difftool]
|
||||
prompt = false
|
||||
|
||||
[diff]
|
||||
tool = vimdiff
|
||||
|
||||
[mergetool "vimdiff"]
|
||||
keepBackup = false
|
||||
|
|
Loading…
Reference in New Issue