getBranchName method
Returns the branchname configured by setBranchName.
Syntax
let configval = config.getBranchName();
config.branchName = configval;
configval = config.branchName;
Note that this feature is available as both a method and a property.
Parameters
This method does not take any parameters.Return value
- Type: string