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
This link tells the way to set up BeyondComapre as the diff tool in git
git config --global diff.tool bc3 git config --global difftool.bc3.path "c:/program files/beyond compare 3/bcomp.exe"
To launch a diff using Beyond Compare, use the command "git difftool foofile.txt".
git difftool foofile.txt