DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.

DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
We use git as our version control system. To get started, get git for your operating system:
CloudStack's source code can be cloned from the repository hosted on Apache:
$ git clone https://git-wip-us.apache.org/repos/asf/cloudstack.git
Github users may fork a repository from the official Apache CloudStack mirror Apache:
https://github.com/apache/cloudstack
To keep yourself updated on a branch, do:
$ git pull <origin> <branch>
For example, for master:
$ git pull origin master
TODO: Add links to Git conventions, usage etc.