Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Visual Studio 2010 git source control provider

The git source control provider does not work Visual Studio 2010. I have installed it but I cannot see any icon in solution explorer, nor any "git" menu item. How can I fix it?

like image 828
Harald Hoyer Avatar asked Jul 28 '11 19:07

Harald Hoyer


2 Answers

Go to Tools, Options, Source Control and select GIT

like image 130
SLaks Avatar answered Oct 22 '22 03:10

SLaks


The git source control provider should work just fine in Visual Studio 2010. Are you using the version from the extension manager?

  • Tools -> Extension Manager
  • Click Online Gallery
  • Type in "git" into the search box

The first one that pops up should be "Git Source Control Provider". Click download and it will install.

like image 38
JaredPar Avatar answered Oct 22 '22 04:10

JaredPar