I fixed half of my merge conflicts in PyCharm's diff tool, then decided I wanted to fix some of them in the plain text file, since it's full width. So I clicked "Apply", and now I have a file with <<<<<<HEAD
in it that doesn't show up in the Resolve Conflicts window.
How can I finish the merge? I looked at https://stackoverflow.com/a/47712453/733092 to try to continue merging from the command line, but I couldn't figure out what to put in for pycharm merge <left file> <right file> [<base file>] <output file>
.
My current plan is to copy the text of the file the way it is, abort the merge, restart, and paste it into the new merge window. But then I have to ignore all the changes I fixed already.
I also want to know this because people check in half-merged files and I would like to be able to continue those merges.