git difftool runs git diff
问题 I am obviously overlooking something very simple here, but I am not seeing it. The command webstorm diff ~/test.txt ~/test2.txt runs the JetBrains graphical diff tool. I am running git 1.8.3.2 and have a git .config that includes [diff] tool = webstorm [difftool "webstorm"] cmd = webstorm diff $(cd $(dirname "$LOCAL") && pwd)/$(basename "$LOCAL") $(cd $(dirname "$REMOTE") && pwd)/$(basename "$REMOTE") [difftool] prompt = false and when I run the command git difftool ~/test.txt ~/test2.txt I