Hi, following a couple of links i found online I have created:
GIT_EXTERNAL_DIFF “C:\progs\diff.bat”
Whose content is:
“C:\Program Files (x86)\Beyond Compare 3\BCompare.exe” %2 %5
exit 0
Problem is that every save I do issues a git diff? Kind of annoying. Has anyone did a work around for this?
Br