In the blog Getting Started With ASP.NET Web Stack Source on CodePlex we describe how to set up a read-only clone of the ASP.NET Web Stack source repository . This allows you to sync your tree to the latest changes as soon as they appear but you can't update the code, fix bugs, or suggest changes. In short, it is read-only. This blog describes how to set up a fork to be able to contribute to the project. If you haven't already, then now is a good time to check out the process for contributing to the ASP.NET Web Stack project . It describes in detail what you need to do in order to contribute with as little pain as possible. Why a Fork? A common way for open source projects to allow contributions is by using forks . A fork is not actually a Git...(read more) ...
Go to the complete details ...