【发布时间】:2016-07-11 13:55:50
【问题描述】:
我正在尝试使用INET PDFC 作为比较不同版本的 pdf 文件的差异工具。
配置文件
...
[diff]
tool = pdfc
[difftool "pdfc"]
cmd = 'C:/Program Files (x86)/i-net PDFC/PDFC.exe' $LOCAL $REMOTE
当我运行 git difftool HEAD HEAD^ <filename> 时,我只看到 1 个文件。
如何将这两个版本加载到此工具中? 还是我应该使用 .bat 文件?怎么做?
【问题讨论】:
标签: git compare atlassian-sourcetree difftool git-difftool