git town park

git town park [<branch-name>...] [-v | --verbose]

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

Options

-v
--verbose

The --verbose aka -v flag prints all Git commands run under the hood to determine the repository state.