Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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:

Code Block

$ 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 etcSee Git.