parentBranchName property
Use this property to set and retrieve the parent branch from which newly created branches get their initial baseline.
Syntax
Call syntax
NSString* configval; // give relevant initial value
config.parentBranchName = configval;
configval = config.parentBranchName
Declaration
(copy, nonatomic) NSString *parentBranchName
Type:NSString*
The parent branch name to be configured.