Skip to content

Instantly share code, notes, and snippets.

@drei01
drei01 / bcompare-git.md
Last active August 29, 2015 14:28 — forked from jfromaniello/bcompare-git.md
Integrate beyond compare 4 with git

Install command line tools:

then run this:

git config --global diff.tool bc3
git config --global difftool.bc3 trustExitCode true
git config --global merge.tool bc3