Created
June 30, 2014 17:31
-
-
Save ianmcnally/b81935cda16874a8ce47 to your computer and use it in GitHub Desktop.
Sublime text as merge tool
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git config --global mergetool.sublime.cmd "subl -w \$MERGED" | |
git config --global mergetool.sublime.trustExitCode false | |
git config --global merge.tool sublime | |
Usage: | |
git mergetool -y |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment