From: Florian Paul Schmidt Date: Sat, 20 Mar 2010 09:14:00 +0000 (+0000) Subject: (Commit created by redmine exporter script from page "Repository_Access" version 20) X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=abd3a6d9a4513df8e82e9eabbdf0399da19e5c32;p=xonotic%2Fxonotic.wiki.git (Commit created by redmine exporter script from page "Repository_Access" version 20) --- diff --git a/Repository_Access.textile b/Repository_Access.textile index 5b0a85e..9e88370 100644 --- a/Repository_Access.textile +++ b/Repository_Access.textile @@ -48,33 +48,20 @@ To make working with the repo a little easier there's a little helper script (it
 ./all update
-./all branch
-./all push
-./all checkout
 
-The normal workflow for working on a contribution is the following: - -h4. 1. Get up to date - -
./all update
- -This makes sure you are up to date. And should lessen the merging horror that might ensue when you try to push.. - -h4. 2. Create a branch - -
./all branch 
- -Then work on your changes, commit locally, etc, until you are happy.. - -h4. 3. Push changes to the main repo - -
./all push
+
+./all branch
+
-This asks you what to push, etc. Then if you want to get your changes from your branch into the master branch you will have to ask for someone with write access to merge your changes to master.. +
+./all push
+
-h4. 4. Go back to 1. +
+./all checkout
+
h2. Windows