I have been trying to setup p4merge as mergetool for my command line git. I followed instructions here but I can't get it to work. All of my following commands drop me into the commandline merge and not the visual tool.
git mergetool
git mergetool --tool=p4merge
Any idea why?