class Git::Commands::Revert::Continue
Implements ‘git revert –continue` to resume after resolving conflicts
After the user has resolved a conflict and staged the changes, the revert session can be continued with this command.
@example Resume a revert session after resolving conflicts
continue_cmd = Git::Commands::Revert::Continue.new(execution_context) continue_cmd.call
@note ‘arguments` block audited against git-scm.com/docs/git-revert/2.53.0
@see git-scm.com/docs/git-revert git-revert
@api private