From 481f2c3bcc6bd208dedbd0f8df2e1838334bf75e Mon Sep 17 00:00:00 2001 From: Florian Paul Schmidt Date: Sat, 20 Mar 2010 06:48:00 +0000 Subject: [PATCH] (Commit created by redmine exporter script from page "Repository_Access" version 16) --- Repository_Access.textile | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/Repository_Access.textile b/Repository_Access.textile index a24e4b1..e5ce9d8 100644 --- a/Repository_Access.textile +++ b/Repository_Access.textile @@ -53,15 +53,21 @@ To make working with the repo a little easier there's a little helper script (it The normal workflow for working on a contribution is the following: -1.
./all update
+1. Get up to date -This makes sure you are up to date +
./all update
-2. ./all branch +This makes sure you are up to date. And should lessen the merging horror that might ensue when you try to push.. + +2. Create a branch + +
./all branch 
Then work on your changes, commit locally, etc, until you are happy.. -3. ./all push +3. Push changes to the main repo + +
./all push
This asks you what to push, etc.. This might fail, if in the meantime someone else has worked on the same branch. You will need to use git merge manually for the time being to resolve possible conflicts.. -- 2.39.2