module Git::Commands::Am

Commands for applying patches from a mailbox via ‘git am`

This module contains command classes for patch application and session management:

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

@api private