Represents a branch configurator.
Methods
public IBranchConfigurator WithAlias(string name)
Adds an alias (an alternative name) to the branch being configured.
Parameters:
name (string)The alias to add to the branch being configured.
Returns:
The same IBranchConfigurator instance so that multiple calls can be chained.