onSameCommit function
void
onSameCommit()
Implementation
void onSameCommit() => printToConsole(message: "Already on the same commit", color: CliColor.red);
void onSameCommit() => printToConsole(message: "Already on the same commit", color: CliColor.red);