English
Appearance
Ensure the branch name is well-formed.
function isValidBranchName(name: string): boolean;
Branch name to check is valid.
Returns true if the given branch name is well-formed.
true