最近我的合并工具一直在执行任何有冲突的合并合并工具将报告没有文件需要合并,并且 git 状态显示所有冲突都已修复。当他们实际上不是。
这是我的全局 .gitconfig:
[core]
excludesfile = /Users/xxx/.gitignore_global
trustctime = false
[merge]
tool = kdiff3
conflictstyle = diff3
[mergetool]
trustExitCode = true