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:
| Code Block |
|---|
http://git-scm.com/downloads
|
CloudStack's source code can be cloned from the repository hosted on Apache:
| Code Block |
|---|
$ git clone https://git-wip-us.apache.org/repos/asf/incubator-cloudstack.git
|
Github users may fork a repository from the official Apache CloudStack mirror Apache:
https://github.com/apache/incubator-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 etcSee Git.