Open hedefalk opened 7 years ago
Thank you so much for this tool!
Had some problem with your instructions though: So I just
brew cask install meld
added:
[diff] tool = meld [difftool "meld"] trustExitCode = true cmd = open -W -a Meld --args \"$LOCAL\" \"$REMOTE\"
and
git difftool --dir-diff master then I get nothing in the right hand side:
git difftool --dir-diff master
Just taking away $PWD makes it work as excpected. I'm curious though as to why you added that working dir?
Removing the $PWD also made --dir-diff work properly for me. Thanks for a great port!
Thank you so much for this tool!
Had some problem with your instructions though: So I just
brew cask install meld
added:
and
git difftool --dir-diff master
then I get nothing in the right hand side:Just taking away $PWD makes it work as excpected. I'm curious though as to why you added that working dir?