git revert --continue

Category: Git - Advanced

git revert --continue

Finish a revert after resolving conflicts

Completes a conflicted revert once the files are fixed and staged, reusing the prepared revert message. It is the revert counterpart of git rebase --continue. Resolve and git add every conflicted file first.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.