module Git::Commands::Merge
Commands for joining development histories via ‘git merge`
This module contains command classes for the initial merge ({Start}) and session management ({Continue}, {Abort}, {Quit}):
-
{Merge::Start} — merge one or more branches into the current branch
-
{Merge::Continue} — resume after resolving merge conflicts (‘–continue`)
-
{Merge::Abort} — abort the in-progress merge (‘–abort`)
-
{Merge::Quit} — forget the in-progress merge but leave the working tree as-is (‘–quit`)
@see git-scm.com/docs/git-merge git-merge documentation
@api private