Use BeyondCompare to see difference between files in GIT

前端 未结 4 1707
旧时难觅i
旧时难觅i 2021-02-07 12:36

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

4条回答
  •  不思量自难忘°
    2021-02-07 13:22

    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"
    

提交回复
热议问题