Show branches list in "git pull from"#39216
Conversation
This reverts commit e567b71.
As reequested in microsoft#37490
e81ed33 to
f0e2c7d
Compare
|
Thanks! 🍻 |
|
Can you insert this update into 1.19.x version please? |
|
No, it will appear first in 1.20. |
|
This is a late comment, I know, but it seems like this functionality isn't working correctly as of 2/2020 -- we have consistently created branches in ADO Git, and we can't see them in VSCode until we either do Git:Fetch (see issue 52571 where that's advised) or we do a $ git pull from the command line. It seems that pull from only sees the branches that the current local copy of the repo knows about, and the only ways to refresh that list are the Git:Fetch and command line $ git pull options. It would be nice for pull from to refresh that list first, if possible. If speed is a concern, then some other method of forcing a refresh from the command line would be helpful. |
|
For what it's worth, this preference option |

As requested in #37490
From what I tested and the git output it should be working like before but with the new requested feature so hopefully it's good.