Skip to content

Instantly share code, notes, and snippets.

@bkozora
Created August 28, 2014 18:16
Show Gist options
  • Save bkozora/0f1db6fc1f9d540cacde to your computer and use it in GitHub Desktop.
Save bkozora/0f1db6fc1f9d540cacde to your computer and use it in GitHub Desktop.
git config --global merge.tool diffconflicts git config --global mergetool.diffconflicts.cmd 'diffconflicts vim $BASE $LOCAL $REMOTE $MERGED' git config --global mergetool.diffconflicts.trustExitCode true git config --global mergetool.diffconflicts.keepBackup false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment