为什么在 Filemerge 上加载冲突差异时不加载其他差异?
我设置了 GIT 以在文件合并中加载差异,但是当存在冲突时,它只是将差异打印到终端。
有没有办法解决这个问题,或者有更好的应用程序来处理冲突?
I have GIT set up to load Diffs in filemerge, but when there are conflicts, it just prints the diff to terminal.
Is there a way around this, or a better app to handle conflicts?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
很简单,查看“git mergetool”来配置图形编辑器以能够处理冲突。
Simple, look into 'git mergetool' to configure a graphical editor to be able to handle the conflicts.