git town branch
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.
--verbose / -v
The --verbose
aka -v
flag prints all Git commands run under the hood to
determine the repository state.