git town observe

git town observe [branch-name...]

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 origin but not on your local machine) and make it observed:

git town observe somebody-elses-branch

--verbose / -v

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