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}):

@see git-scm.com/docs/git-merge git-merge documentation

@api private