views:

473

answers:

2

GitExtensions doesn't yet support 2010. What do I in the meantime?

I want something that handles moving/renaming files from within the IDE, similar to Ankh for SVN.

A: 

I think in the mean time you should use the standalone GitExtension application to manage the repository.

Iamamac
Or, you know, use VS 2008. There's really no need to be using 2010... although I'm a bit of a hypocrit since I'm using it too and was delighted when I discovered VisualSVN works with 2010 about 5 minutes ago.
Mark
I just installed it to play around with it, haven't thought the consequences fully though :)
ripper234
A: 

If you need a gui use TortoiseGit

If you can use the command line Msysgit is the most mature standalone git client for windows.

Cygwin also provides stable git command line support for windows.

Mark Carey