Skip to content

Instantly share code, notes, and snippets.

@acofer
acofer / git-merge-tool
Last active August 29, 2015 14:27 — forked from coderxin/git-merge-tool
How to set Sublime Text 2 as Git merge tool? https://coderwall.com/p/fypiga
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