Expand description
mkit switch — git’s modern branch-switch UX, a thin front-end over
mkit checkout. switch <branch> switches to an existing branch;
switch -c <new> [<start>] creates a branch and switches to it;
switch -C <new> [<start>] creates-or-resets it. All the safety
guards and output strings come from checkout unchanged.