class Git::Commands::Am::Continue
Implements ‘git am –continue` to resume after resolving conflicts
After the user has resolved a conflict in the working tree and updated the index, this command continues applying the remaining patches.
@example Resume an am session after resolving conflicts
continue_cmd = Git::Commands::Am::Continue.new(execution_context) continue_cmd.call
@note ‘arguments` block audited against git-scm.com/docs/git-am/2.53.0
@see Git::Commands::Am
@see git-scm.com/docs/git-am git-am
@api private