onBranchCreated function

void onBranchCreated(
  1. dynamic d
)

Implementation

void onBranchCreated(d) => debugPrintToConsole(message: "Branch has been created on ${d.path}", color: CliColor.green);