Search code examples
gittfsvisual-studio-2015tfvc

View git source control in Visual studio


Im using Visual Studio 2015 and want to view the server tree\ source control in my studio as I view it with TFVC.

When I create a TFVC project I can see it in source control but not when creating a git project.

Is it possible to have git source control in visual studio?


Solution

  • If you mean the source control button the same as TFVC in team explorer with GIT. There's no this feature, it's by designed. And there actually isn't a way to navigate your Git repo inside VS yet.

    However, you can view it through web portal such as http://yourserver:8080/tfs/YourGitProject

    Moreover, using GIT with Visual Studio, you can also use some extensions such as this one Git Source Control Provider 2015.