git town park
git town park [branch-name...]
The park command parks some of your branches.
To convert a parked branch back into a feature branch, use the hack command.
Positional arguments
Park the current branch:
git town park
Park branches "alpha" and "beta":
git town park alpha beta
--verbose / -v
The --verbose
aka -v
flag prints all Git commands run under the hood to
determine the repository state.