Versions Compared

Key

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

Here is the workflow for using Github for the non-committers who are developing their features on GitHub:#1

  1. 1. Create an account on GitHub.
    See Setting Up Git

...

  1. 2. Fork the Apache Repo:

...

  1. a. Go to https://github.com/apache/incubator-cloudstackImage Modified.

...

  1. b. Click Fork.
    See Fork a Repo

...

  1. 3. Clone your fork:
    git clone https://github.com/Image Modified<username>/incubator-cloudstack.git

...

  1. 4. Configure remote:
    git remote add upstream https://github.com/apache/incubator-cloudstackImage Modified

Now, you are ready to go. You can pull the changes from upsteam, create branches, push the changes to origin.