Git Extensions and Visual Studio
With the Git extensions you get some nice Visual Studio integration. You get a nice menu and toolbar to work some of your Git magic right from the IDE.

With the Git extensions you get some nice Visual Studio integration. You get a nice menu and toolbar to work some of your Git magic right from the IDE.

You’ve convinced me it’s time to try git. Am downloading it now.
@Josh It is pretty nice to be able to do source controlly things without a lot of setup. I haven’t used SVN, but Sean says most of what I’ve mentioned about Git is equally as easy with SVN.
I’m in the process of migrating from SVN to Git. I’ve walked through a bunch of the command line examples, and I think I’m starting to get how Git works. But, I’m having a lot of trouble with the Visual Studio extension. Most importantly, I can’t figure out how to add/stage files from within VS. Also, is there any indicator of which files have changed? AnkhSvn had little icons in the file explorer that showed where my edits were at a glance.
Is there a brief tutorial anywhere that walks through using the Git VS extensions? The documentation is essentially one screenshot (the one in your post.)
Thanks,
Andrew
@Andrew I actually haven’t used the Visual Studio extension in a while. What limited work I’ve done in Git has all been via the command line.
OK. Thanks anyway.
Hello
I’m sorry to tell you that but i don’t see the interest of an Visual studio integration if you don’t have a interaction with the Solution Explorer (like VisualSVN or VisualHG).
I’m agree with Nicolas. I’m using SVN with VS2008 (AnkhSvn) and it is a good tools. I can do anything without the console. But I have to say that Git looks good. I’m starting on that, and I can say that I Love it. it’s easy, powerfull, and Distributed.
But I ‘ll take a look on Git extensions now.
Regard’s
Freddy Cruz
@Freddy I agree as well. Even after I installed the tools, I spent little time in them, in favor of the command line. It’s been over a year since I’ve last looked at them. They might have made some more progress. Mercurial might have better VS integration and then use http://hg-git.github.com/