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