Reputation: 9387
I had cloned a git project hosted in Azure DevOps using Visual Studio 2017. Then a branch was created in the Azure Devops portal. Now I do not see newly created branch in Visual Studio. What do I need to do in Visual Studio 2017 to sync the newly crated branch to show up in VS 2017?
Upvotes: 3
Views: 15109
Reputation: 36
Upvotes: 1
Reputation: 1323095
The Azure devops documentation suggests a sync:
Visual Studio uses the Sync view in Team Explorer to fetch changes. Changes downloaded by fetch are not applied until you Pull or Sync the changes.
Note that showing all branches history is still (Q2 2019) a pending feature request...
Upvotes: 7