Skip to content

Instantly share code, notes, and snippets.

@empiteranjan
empiteranjan / bcompare-git.md
Last active February 26, 2019 23:21 — 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