Hi,
I'm using windows and I can't get the exteranl diff / merge tool to work. I'm trying to use beyond compare. I've selected beyond compare as the external tool to use, and nothing happens when I launch an external merge / diff.
I then tried setting it manually - I chose custom and entereed these options:
DIFF:
Diff Command: "C:/Program Files (x86)/Beyond Compare 3/bcomp.exe"
Arguments: "$LOCAL" "$REMOTE"
MERGE:
Diff Command: "C:/Program Files (x86)/Beyond Compare 3/bcomp.exe"
"$LOCAL" "$REMOTE" "$BASE" "$MERGED"
These are the same as set in my git config (from git config -l). I can run "git mergetool" from the command line and this works, but nothing happens in source tree.
Thanks for any help