git: Fix merge tool command
This commit is contained in:
parent
db6657f3ce
commit
0a220f0e8d
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@
|
|||
prompt = false
|
||||
keepBackup = false
|
||||
[mergetool "diffconflicts"]
|
||||
cmd = 'nvim -c DiffConflicts "$MERGED" "$BASE" "$LOCAL" "$REMOTE"'
|
||||
cmd = nvim -c DiffConflicts "$MERGED" "$BASE" "$LOCAL" "$REMOTE"
|
||||
trustExitCode = true
|
||||
[rebase]
|
||||
autosquash = true
|
||||
|
|
Loading…
Reference in a new issue