git town feature
git town feature [<branch-name>...] [-v | --verbose]
The feature command makes some of your branches feature branches.
Positional arguments
Make the current branch a feature branch:
git town feature
Make branches “alpha” and “beta” feature branches:
git town feature alpha beta
Check out a remote branch (that exists at the development remote but not on your local machine) and make it a feature branch:
git town feature somebody-elses-branch
Options
-v
--verbose
The --verbose
aka -v
flag prints all Git commands run under the hood to
determine the repository state.
See also
- contribute makes the chosen branches contribution branches
- observe makes the chosen branches feature branches
- prototype makes the chosen branches prototype branches
- park makes the chosen branches parked