I'm not quite sure even how to ask this question... but perhaps:
I am in a conflict state. I want to use null-op
or /bin/bash
as my merge tool.
That is, I want git to create the (REMOTE, LOCAL, BASE, etc) files, and then drop me back to a prompt for manual diff / merging. And then I want to tell git when I'm done.
What is the mergetool I want, and how do I specify it?
Note: This is a related question, but 1) it conflates rebasing (I'm not rebasing), and 2) there is no satisfying answer, e.g. "choose any mergetool and force-quit it." :P