Option to exclude items from Git branch checkout list #13506
Labels
bug
Issue identified by VS Code Team member as probable bug
git
GIT issues
help wanted
Issues identified as good community contribution opportunities
Milestone
When I click the "git branch" item at the left of the status bar, a popup appear with all the branches I might want to switch to, which is expected.
However, this menu lists all of our tags first, and we have dozens of tags on remote releases of our app. It also lists the remote branches of the repo.
I always just want to switch between LOCAL branches I have already tracked. This is the way the "git plus" extension for Atom works. I find it hard to find the branch I am looking for in the list, even with type-ahead.
I realize some people may want the current setup, so how about a prefs setting for "checkout shows local branches only" or something similar? Or preference line items to exclude tags and/or remote branches?
The text was updated successfully, but these errors were encountered: