class Git::Commands::Am::Skip

Implements ‘git am –skip` to skip the current patch

Skips the current patch and continues applying remaining patches.

@example Skip a conflicting patch

skip_cmd = Git::Commands::Am::Skip.new(execution_context)
skip_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