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
|
||||
[diff]
|
||||
tool = vimdiff
|
||||
guitool = gvimdiff
|
||||
[difftool]
|
||||
confirm = false
|
||||
prompt = true
|
||||
|
|
Loading…
Reference in a new issue