Created
May 23, 2013 17:14
-
-
Save coderxin/5637731 to your computer and use it in GitHub Desktop.
How to set Sublime Text 2 as Git merge tool? https://coderwall.com/p/fypiga
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