Skip to content

Instantly share code, notes, and snippets.

@foobit
Created March 9, 2013 22:46
Show Gist options
  • Save foobit/5126115 to your computer and use it in GitHub Desktop.
Save foobit/5126115 to your computer and use it in GitHub Desktop.
Configure p4merge as git's default merge/diff tool
git config --global merge.tool p4merge
git config --global mergetool.p4merge.trustExitCode false
git config --global diff.tool p4merge
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment