[Source: http://geekswithblogs.net/EltonStoneman]

I’ve been posting code samples and walkthroughs on MSDN Code Gallery for a while now – keeping them distinct from CodePlex which I use for fully-fledged projects and tools. CodePlex uses TFS for source control, but the Code Gallery only lets you post up individual files, so until now I’ve been creating releases as ZIP files containing the source.

Now I’ve centralised the source for all those samples in a public repository on github at sixeyed/codegallery. The clone URL is: git://github.com/sixeyed/codegallery.git. If you’re new to git, the Illustrated Guide to Git on Windows is a good starting point.

For future work, I’ll continue posting the source ZIPs as resources on MSDN Code Gallery, but the master will be on github.