我正在使用 CYGWIN 和 Beyond Compare 4 Pro Edition。我已经设置了以下 .gitconfig 文件:
[diff]
tool = bc3
[difftool "bc3"]
path = c:/program files/beyond compare 4/bcomp.exe
[merge]
tool = bc3
[mergetool "bc3"]
path = c:/program files/beyond compare 4/bcomp.exe
在对本地文件进行小幅更改后,我在 CYGWIN 中运行以下命令:
git difftool
Beyond Compare 4 可以正确启动,但只有左侧全为红色。右边是空的。
我希望通过将本地更改(左)与远程(右)进行简单比较来启动它。
我假设这是默认行为?我是否缺少其他设置或仅此设置可用