Sublime Merge config

Windows: Add C:\Program Files\Sublime Merge to your %PATH%

After configuring smerge using the instructions above, run the following from the repository directory:

git config mergetool.smerge.cmd 'smerge mergetool "$BASE" "$LOCAL" "$REMOTE" -o "$MERGED"'
git config mergetool.smerge.trustExitCode true
git config merge.tool smerge

Best regards,

Victor

Written on September 3, 2019