Git Town 16.2 makes it easier for you to manage the branches in your local repository.
Big thanks to @kevgo, @ruudk, @stephenwade, @zodman for coming up with the ideas for these new features and helping polish them in 38 shipped PRs and 6 resolved issues!
New Features
- The new git town branch command displays the local branch hierarchy, and the types of all branches except for main and feature branches (#3807).
git town switch
can now displays the types of branches (except for the main and feature branches) when called with the --display-types flag (#3937).git town switch
can now filter the branches to switch to via regular expressions ((#3980)[https://github.com//pull/3980/files])- You can now use
git town switch
to check out a remote branch using the --all flag (#3941)