I use DiffMerge
for 3-way merges in git
. I just completed a mandatory merge job but realized I missed something out and would like to remerge and use the same 3-way GUI functionality. When I tried:
git mergetool my/path/file.ext
I got
No files need merging
How can I force mergetool
to be able to do a 3-way merge in a GUI again rather than saving the remote under a different name and fishing out for deltas?