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).