IBranchConfigurator Interface
    Represents a branch configurator.
    
        public interface IBranchConfigurator
        - Namespace
 - Spectre
.Console .Cli  
Methods
- 
                                abstract IBranchConfigurator WithAlias
(string)  - Adds an alias (an alternative name) to the branch being configured.
 
Extension Methods
- 
                                 T And
< I Branch Configurator> (Action < I Branch Configurator> )  - Performs the specified action on the given object and then returns the object. Useful for fluent testing patterns where additional assertions or operations are chained together in a readable manner.