git town branch
git town branch [-v | --verbose]
The branch command is Git Town’s equivalent of the git branch command. It displays the local branch hierarchy, and the types of all branches except for main and feature branches.
Options
-d
--display-types
This flag allows customizing whether Git Town also displays the branch type in addition to the branch name when showing a list of branches. More info here.
-o
--order
The --order flag allows customizing the order in which branches get displayed.
More info here
-v
--verbose
The --verbose aka -v flag prints all Git commands run under the hood to
determine the repository state.