You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Current »

We use git as our version control system. To get started, get git for your operating system:

http://git-scm.com/downloads

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.

  • No labels