我想使用 difftool 作为处理 git diff 的工具。具体来说,我习惯于在 Linux 环境中使用 Vimdiff。Windows 上的 git 似乎没有任何工具。我正在运行 Git Bash,并收到以下消息:
:~/rush$ git difftool 显示此消息是因为未配置“diff.tool”。 有关更多详细信息,请参阅“git difftool --tool-help”或“git help config”。 'git difftool' 现在将尝试使用以下工具之一: kompare 出现 vimdiff
我可以在 Windows 上使用哪些 difftools?