git town prototype
git town prototype [branch-name...]
The prototype command marks some of your branches as prototype branches.
To convert a contribution 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
--verbose / -v
The --verbose
aka -v
flag prints all Git commands run under the hood to
determine the repository state.