How to install GitExtensions on Visual Studio 2010 Beta 2?

How to manually install GitExtensions as a plugin for Visual Studio 2010 Beta 2? There is no automatic option in the current installer, only plugin options for Visual Studio 2005/2008.

+4
source share
2 answers

I think the plugin architecture is different in 2010 (not 100% sure of this, but pretty sure), so they may need to change their code to fit.

The plugin really is not needed, though - it’s easier for me personally to use GIT outside of VS in general.

+1
source

I'm going to try it now, but it seems like this is the following package:

http://code.google.com/p/gitextensions/

Regards, Herber

0
source

All Articles