I am trying to setup Beyond Compare 4 (v4.2.3
) as my difftool
for Git (v2.15.1.windows.2
) but I cannot get it to launch. I have followed the instructions they've given, but it just doesn't work!
My .gitconfig
looks like this:
[diff]
tool = bc3
[difftool "bc3"]
path = c:/Program Files/Beyond Compare 4/bcomp.exe
[merge]
tool = bc3
[mergetool "bc3"]
path = c:/Program Files/Beyond Compare 4/bcomp.exe
When I run, the following:
git difftool src\CF1.Charles.Helpers\CF1.Charles.Helpers.csproj
Nothing happens! I just get the command prompt again.
What am I missing?