How can I continue merging after a double-modify?
问题 I'm using git rebase -i to rewrite history — in this case, make a small alteration to an earlier commit's change set. In other words, A---B---C master ---> A---B'--C master I know C is implicitly changing, too, but you get the idea. Here's my progress so far: git rebase -i HEAD~2 Change B from keep to edit . Edit the file. git commit -a --amend git rebase --continue "Could not apply [C]..." I've resolved the conflicted lines in C , but am unsure how to mark it as resolved so that the rebase