Module: Rosette::Core::Commands::WithNonMergeRef
- Includes:
- WithRef
- Defined in:
- lib/rosette/core/commands/git/with_non_merge_ref.rb
Overview
Mixin that handles configuration and validation of a git ref or commit id. This module is similar to WithRef except that it will fail to validate merge refs. It is meant to be mixed into the classes in Rosette::Core::Commands. Required to be used in combination with WithRepoName.