module Git::Commands::Revert

Commands for reverting commits via ‘git revert`

This module contains command classes for starting a revert and managing in-progress revert sessions:

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

@api private