Before I commit my changes, I want to see the difference using BeyondCompare in GIT. How can I configure BeyondCompare to see difference in my files.
I looked at this li
The instruction refered in the question worked last time I tried it, but I think you should run the commands in git bash and replace backslash in your path with forward slash.
git config --global merge.tool bc git config --global mergetool.bc.path "C:/program files/Beyond Compare/BCompare.exe"