Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

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 feature 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.

See also

  • contribute makes the chosen branches contribution branches
  • feature makes the chosen branches feature branches
  • observe makes the chosen branches observed
  • park makes the chosen branches parked