Add gvimdiff as GUI difftool to gitconfig
This commit is contained in:
parent
b5568779f8
commit
6ad0f8e55c
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@
|
||||||
editor = vim -f
|
editor = vim -f
|
||||||
[diff]
|
[diff]
|
||||||
tool = vimdiff
|
tool = vimdiff
|
||||||
|
guitool = gvimdiff
|
||||||
[difftool]
|
[difftool]
|
||||||
confirm = false
|
confirm = false
|
||||||
prompt = true
|
prompt = true
|
||||||
|
|
Loading…
Reference in a new issue