Reconflict the merge, after incorrect manual merge conflict resolution
问题 After resolving a merge conflict and committing, it has become apparent that my manual merge conflict resolution was wrong . I have already staged, committed, and pushed the repo. How can I get the conflicting file back into the conflicting state, such that I might resolve it differently? Note that it is too late for git checkout -m as I've already committed the incorrect merge resolution. 回答1: Starting from a clean working directory, I would hard reset back to before the merge, start a new