git - difftool - Only loading 1 version of gitfile instead of 2 -


i'm trying use inet pdfc difftool comparing different versions of pdf file.

config file

...  [diff]     tool = pdfc [difftool "pdfc"]     cmd = 'c:/program files (x86)/i-net pdfc/pdfc.exe' $local $remote 

when run git difftool head head^ <filename> see 1 file.

how can load 2 versions tool? or should use .bat file? , how?

try git difftool -t=pdfc head head^ <filename> specify tool.


Comments

Popular posts from this blog

testing - Detect whether test has failed within fixture -

AbotX : How do you create a parallel crawler that stays on and can be added to at run time from new requests -

android - Create single AAR file from multiple modules using Gradle -