Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Option to exclude items from Git branch checkout list #13506

Closed
smlombardi opened this issue Oct 11, 2016 · 3 comments
Closed

Option to exclude items from Git branch checkout list #13506

smlombardi opened this issue Oct 11, 2016 · 3 comments
Assignees
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

Comments

@smlombardi
Copy link

  • VSCode Version: Version 1.7.0-insider
  • OS Version: 10.12

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?

@joaomoreno joaomoreno added this to the Backlog milestone Oct 11, 2016
@joaomoreno joaomoreno added bug Issue identified by VS Code Team member as probable bug git GIT issues labels Oct 11, 2016
@Krzysztof-Cieslak
Copy link
Contributor

Hey, @joaomoreno what would be desirable solution for this? I can take a look at it in some free time

@joaomoreno
Copy link
Member

@Krzysztof-Cieslak We could introduce a git.checkout setting with the values of all or local.

@joaomoreno joaomoreno added the help wanted Issues identified as good community contribution opportunities label Nov 3, 2016
ryapapap pushed a commit to ryapapap/vscode that referenced this issue Dec 7, 2016
@joaomoreno
Copy link
Member

Fixed by #16792

@vscodebot vscodebot bot locked and limited conversation to collaborators Nov 18, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Issue identified by VS Code Team member as probable bug git GIT issues help wanted Issues identified as good community contribution opportunities
Projects
None yet
Development

No branches or pull requests

3 participants