Tuesday, January 21, 2020

fetch in Visual Studio

When you cannot seem to checkout a branch someone else made in GIT and pushed to origin, right-click on the parent branch in the Team Explorer in Visual Studio 2019 and pick "Fetch" to hopefully hydrate the missing item in the remotes/origin list which I suspect is akin to the fetch command line command suggested here and here.

No comments:

Post a Comment