From 6c08821a1ac775b9d9112f981b6cc22684f872c4 Mon Sep 17 00:00:00 2001 From: Florian Paul Schmidt Date: Sat, 20 Mar 2010 06:40:00 +0000 Subject: [PATCH] (Commit created by redmine exporter script from page "Repository_Access" version 14) --- Repository_Access.textile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/Repository_Access.textile b/Repository_Access.textile index 60dde19..50652de 100644 --- a/Repository_Access.textile +++ b/Repository_Access.textile @@ -51,18 +51,20 @@ 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: -./all update +1. ./all update This makes sure you are up to date -./all branch +2. ./all branch Then work on your changes, commit locally, etc, until you are happy.. -./all push +3. ./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.. +4. Go back to 1. + h2. Windows -- 2.39.2