Using Git with Visual Studio [closed]

In Jan 2013, Microsoft announced that they are adding full Git support into all their ALM products. They have published a plugin for Visual Studio 2012 that adds Git source control integration.

Alternatively, there is a project called Git Extensions that includes add-ins for Visual Studio 2005, 2008, 2010 and 2012, as well as Windows Explorer integration. It’s regularly updated and having used it on a couple of projects, I’ve found it very useful.

Another option is Git Source Control Provider.

Leave a Comment