From c6a41121f4d81841fac30d4fd768e06acce013ed Mon Sep 17 00:00:00 2001 From: Florian Paul Schmidt Date: Sat, 20 Mar 2010 06:35:00 +0000 Subject: [PATCH] (Commit created by redmine exporter script from page "Repository_Access" version 10) --- Repository_Access.textile | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/Repository_Access.textile b/Repository_Access.textile index a7d1359..24eedd1 100644 --- a/Repository_Access.textile +++ b/Repository_Access.textile @@ -43,3 +43,26 @@ After that, you can write to the reposiotry using the usual git commands (commit h2. Windows TODO info for TortoiseGit + +h3. Working with the helper script all + +To make working with the repo a little easier there's a little helper script (it's called all, as mentioned in above clone commands). It supports the following commands: + +./all update +./all branch +./all push +./all checkout + +The normal workflow for working on a contribution is the following: + +./all update + +This makes sure you are up to date + +./all branch + +Then work on your changes, commit locally, etc, until you are happy.. + +./all push + +This asks you what to push, etc.. -- 2.39.2