Reputation: 509
VS Code 1.52.1 on Mac
I want to checkout to a local branch dev
using the integrated SCM, but the branch name doesn't show up in the list.
Cli shows all branches correctly:
% git branch -a
dev
* master
remotes/origin/dev
remotes/origin/master
But in VS Code >Git: Checkout to...
shows only:
Where's the local dev
? Am I doing something wrong?
Upvotes: 2
Views: 5528
Reputation: 1489
I had the same issue. I only clicked in the update button, and now I get to see the local branches.
Upvotes: 1
Reputation: 563
I had the same issue. This is what I did. I hope it helps someone.
If this answer does not help - please let me know in the comments so I can edit or remove it.
Upvotes: 0