DevelopmentWorkflow changed

fixed minor inconsistencies in the example
This commit is contained in:
Alexandre Bezroutchko 2012-11-21 19:27:34 +00:00
parent 9ec3f97063
commit 4318db7c5e

View File

@ -21,8 +21,8 @@ The best way to write and contribute code is to create a git repo somewhere (e.g
**Example:** **Example:**
``` {.wiki} ``` {.wiki}
$ cd qubes-builder/qubes-src/qubesmanager $ cd qubes-builder/qubes-src/qubes-manager
$ git remote add abel git@github.com:abeluck/qubes-core.git $ git remote add abel git@github.com:abeluck/qubes-manager.git
``` ```
You can then proceed to easily develop in your own branches, pull in new commits from the dev branches, merge them, and eventually push to your own repo on github. You can then proceed to easily develop in your own branches, pull in new commits from the dev branches, merge them, and eventually push to your own repo on github.