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