git town prototype
git town prototype [<branch-name>...] [-v | --verbose]
The prototype command marks some of your branches as prototype branches.
To convert a prototype branch back into a feature branch, use the hack command.
Positional arguments
Make the current branch a prototype branch:
git town prototype
Make branches “alpha” and “beta” prototype branches:
git town prototype alpha beta
Options
-v
--verbose
The --verbose
aka -v
flag prints all Git commands run under the hood to
determine the repository state.