05Mar Working with Git and VS.NET 2008
In the WEB 460 class I am teaching at DeVry we are changing the rules a bit. We are working on a collaborative ecommerce site and in doing so we needed to have some sort of central repository. So we went with Git. Well Git has no central repo, so how does that work? Really we are using github.com and Git and git extensions altogether. I made a couple videos to show how:


March 18th, 2009 at 12:20 pm
Nice video.
Git Extensions requires at least version 1.6.1 to run correctly. In your video you use an older version wich is causing a few small problems, like the %N in the revision log. Cloning will probably not work using an older version also.
March 23rd, 2009 at 12:45 pm
Great videos Jason. Thanks for sharing these.