We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4a7143e + f9dcff7 commit f52e7c9Copy full SHA for f52e7c9
book/08-customizing-git/sections/config.asc
@@ -286,7 +286,7 @@ So, you can either run four config commands
286
----
287
$ git config --global merge.tool extMerge
288
$ git config --global mergetool.extMerge.cmd \
289
- 'extMerge \"$BASE\" \"$LOCAL\" \"$REMOTE\" \"$MERGED\"'
+ 'extMerge "$BASE" "$LOCAL" "$REMOTE" "$MERGED"'
290
$ git config --global mergetool.extMerge.trustExitCode false
291
$ git config --global diff.external extDiff
292
0 commit comments