I have read all related answers but still unable to launch beyond compare 4 from my git bash 2.37.1 I have followed standard instruction from beyond compare website as well but its not helping, whenever i try to launch difftool it just return without launching bc ...any idea ?
https://www.scootersoftware.com/support.php?zz=kb_vcs As per beyond compare instructions
git config --global diff.tool bc
git config --global difftool.bc.path "c:/Program Files/Beyond Compare 4/bcomp.exe"
Global config file looks like this
[diff]
tool = bc
[difftool "bc"]
path = c:/Program Files/Beyond Compare 4/bcomp.exe