Skip to content

Instantly share code, notes, and snippets.

@balcsida
Created June 2, 2023 20:43
Show Gist options
  • Save balcsida/82d4e5d3690f3978ca663d1ee4ec5f8d to your computer and use it in GitHub Desktop.
Save balcsida/82d4e5d3690f3978ca663d1ee4ec5f8d to your computer and use it in GitHub Desktop.
Set Sublime Merge as default git merge tool
git config --global mergetool.smerge.cmd 'smerge mergetool "$BASE" "$LOCAL" "$REMOTE" -o "$MERGED"'
git config --global mergetool.smerge.trustExitCode true
git config --global merge.tool smerge
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment