From abd3a6d9a4513df8e82e9eabbdf0399da19e5c32 Mon Sep 17 00:00:00 2001 From: Florian Paul Schmidt Date: Sat, 20 Mar 2010 09:14:00 +0000 Subject: [PATCH] (Commit created by redmine exporter script from page "Repository_Access" version 20) --- Repository_Access.textile | 31 +++++++++---------------------- 1 file changed, 9 insertions(+), 22 deletions(-) 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 -- 2.39.2