git town observe

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

The observe command makes some of your branches observed branches.

To convert an observed branch back into a feature branch, use the hack command.

Positional arguments

Observe the current branch:

git town observe

Observe branches “alpha” and “beta”:

git town observe alpha beta

Check out a remote branch (that exists at the development remote but not on your local machine) and make it observed:

git town observe somebody-elses-branch

Options

-v
--verbose

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