Versions Compared

Key

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

...

Casual Browsing

Code Block
httpshttp://git-wip-us.apache.org/repos/asf?p=incubator-knox.git/

Contributor Workflow

This is the simple workflow and will work well for small features development for people who don't have direct access to check in to the Apache repository. Let's assume you are working on a feature or bug called, KNOX-nnn:

...

1. As in the other workflows begin by checking out Knox (if you haven't already):

Code Block
git clone httpsgit://git-wip-us.apache.org/repos/asf/incubator-knox.git/

This sets up the remote alias "origin" automatically which refers back to the Apache repo.
2. Create a new github repository on your github account to use for stashing changes. There are various ways to do this, I just forked the Apache Knox repo (https://github.com/apache/knox) which creates a repo https://github.com//knox
3. Add an alias on your local repository to github to avoid typing:

...