Git mergetool 在 Windows 上使用 TortoiseSvn 而不是 TortoiseGit
目前,每当我使用 git mergetool 时,它都会默认使用 TortoiseSvn mergetool。
有没有办法配置 git mergetool 以使用 TortoiseGit 代替?
At the moment whenever I use the git mergetool, it is defaulting the TortoiseSvn mergetool.
Is there a way to configure the git mergetool to use TortoiseGit instead?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这可能是路径问题(
TortoiseSVN/bin
的路径首先出现,在TortoiseGit/bin
之前)。但是您可以使用如下配置显式定义您想要的
mergetool
:It could be a path issue (the path for
TortoiseSVN/bin
coming first, beforeTortoiseGit/bin
).But you could define explicitly the
mergetool
you want with a config like: