简体   繁体   English

Windows git bash缺少git difftool

[英]Missing git difftool for windows git bash

I want to use difftool as the tool for dealing with git diff's. 我想使用difftool作为处理git diff的工具。 Specifically, I am used to using Vimdiff on an Linux environment. 具体来说,我习惯在Linux环境中使用Vimdiff。 It doesn't seem that any tools come with git on Windows. 似乎在Windows上git没有附带任何工具。 I am running a Git Bash and I got the following message: 我正在运行Git Bash,但收到以下消息:

:~/rush$ git difftool

This message is displayed because 'diff.tool' is not configured.
See 'git difftool --tool-help' or 'git help config' for more details.
'git difftool' will now attempt to use one of the following tools:
kompare emerge vimdiff

What difftools can I use on Windows? 我可以在Windows上使用哪些difftool?

As suggested by @Mah, I did set this up with BeyondCompare and it works! 正如@Mah所建议的那样,我确实使用BeyondCompare进行了设置,并且可以使用! See how to do it here: http://www.scootersoftware.com/support.php?zz=kb_vcs 在此处查看操作方法: http : //www.scootersoftware.com/support.php?zz=kb_vcs

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM