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
Post a Comment