Reputation: 21
I have re-installed my Visual Studio 2019 Professional and now Team Explorer is missing some sections. Branches
and Changes
sections are missing. Now I am able to manage my branches from Git repository window, which is not too comfortable for me. How can I add missing sections to Team Explorer tab?
Upvotes: 1
Views: 592
Reputation: 21
Problem solves. New "Git experience" feature has been presented in VS 2019. To bring disappeared sections back in Team Explorer just disable "New Git user experience" under Tools -> Options -> Environment -> Preview features.
https://learn.microsoft.com/en-us/visualstudio/ide/git-with-visual-studio?view=vs-2019
Upvotes: 1