Created
August 16, 2013 08:54
-
-
Save ivankristianto/6248339 to your computer and use it in GitHub Desktop.
Git merge tools with Sublime 2
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 | |
git mergetool -y |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment