onSameBranchMerge function
void
onSameBranchMerge()
Implementation
void onSameBranchMerge() => printToConsole(message: "Merging from the same branch is not allowed", color: CliColor.red);
void onSameBranchMerge() => printToConsole(message: "Merging from the same branch is not allowed", color: CliColor.red);