【问题标题】:difftool - Only loading 1 version of gitfile instead of 2difftool - 只加载 1 个版本的 gitfile 而不是 2 个
【发布时间】: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


    【解决方案1】:

    尝试git difftool -t=pdfc HEAD HEAD^ <filename> 指定工具。

    【讨论】:

      猜你喜欢
      • 2021-12-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2017-11-01
      • 2016-04-03
      • 1970-01-01
      相关资源
      最近更新 更多