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

sql - invalid in the select list because it is not contained in either an aggregate function -

Angularjs unit testing - ng-disabled not working when adding text to textarea -

How to start daemon on android by adb -