use opendiff for git difftool
This commit is contained in:
parent
5c56bdd087
commit
a60ee829ee
1 changed files with 6 additions and 0 deletions
|
|
@ -31,3 +31,9 @@
|
||||||
ui = auto
|
ui = auto
|
||||||
[merge]
|
[merge]
|
||||||
stat = true
|
stat = true
|
||||||
|
|
||||||
|
[difftool]
|
||||||
|
prompt = false
|
||||||
|
|
||||||
|
[difftool "FileMerge"]
|
||||||
|
cmd = opendiff \"$LOCAL\" \"$REMOTE\"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue