windows - 什么是 Git 的好(免费)可视化 merge 工具? (在 window 上)

标签 windows git version-control merge

<分区>

A similar question已经被问到,但对于 Ubuntu。

了解该工具是否像 beer 或 liber 一样免费会很有帮助。

另外,如果知道该工具的起伏会很高兴。

最佳答案

我也用过 Meld .它是用 python 编写的。有一个运行良好的 Windows 官方安装程序。

安装它,然后将其设置为默认的 mergetool。

$ git config --global merge.tool "meld"
$ git config --global mergetool.meld.path "C:\Program Files (x86)\Meld\Meld.exe"

如果使用 GUI GIT 客户端,请尝试以下操作(SourceTree 的说明,相应地进行调整)

  • 在 SourceTree 中,转到工具/选项/差异
  • External Diff Tool 中,选择 Custom
  • 在 Diff 命令中输入 C:\Program Files (x86)\Meld\meld.exe 并在 Arguments 中输入 $LOCAL $REMOTE
  • merge 工具中,选择自定义
  • 在 Diff 命令中输入 C:\Program Files (x86)\Meld\meld.exe 并在 Arguments 中输入 $LOCAL $MERGED $REMOTE

关于windows - 什么是 Git 的好(免费)可视化 merge 工具? (在 window 上),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7227826/

相关文章:

git - Visual Studio Code 中类似 WebStorm 的版本控制

c++ - double 商?

c++ - Windows 2012 上的 CreateMutex,错误代码为 ERROR_ACCESS_DENIED

git - 使用 Git 写论文

ruby - 使用 Chef 从 Github 存储库安装 Ruby gem?

git - 如何在 gitlab markdown 中引用分支?

php - 多条关联数据的修订控制

更改 LTO 磁带的事件分区

python - 在 Windows 上设置超时限制

git - 使用 Git 时在 Visual Studio 2013 中设置 Beyond Compare