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.
ss-20090215112020

6 Comments so far

  1. josh on February 17th, 2009

    You’ve convinced me it’s time to try git. Am downloading it now.

  2. mark on February 17th, 2009

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

  3. Andrew on November 27th, 2009

    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

  4. mark on November 30th, 2009

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

  5. Andrew on December 2nd, 2009

    OK. Thanks anyway.

  6. Nicolas on December 5th, 2009

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

Leave a Reply