onBranchAlreadyExists function
void
onBranchAlreadyExists()
Branch
Implementation
void onBranchAlreadyExists() => printToConsole(message: "Branch already exists", color: CliColor.red);
Branch
void onBranchAlreadyExists() => printToConsole(message: "Branch already exists", color: CliColor.red);