From 3eaf33ad6f2b4875e78f90623a46128b486d0fbd Mon Sep 17 00:00:00 2001 From: Florian Paul Schmidt Date: Sat, 20 Mar 2010 09:15:00 +0000 Subject: [PATCH] (Commit created by redmine exporter script from page "Repository_Access" version 21) --- Repository_Access.textile | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/Repository_Access.textile b/Repository_Access.textile index 9e88370..69bbdb6 100644 --- a/Repository_Access.textile +++ b/Repository_Access.textile @@ -42,23 +42,32 @@ After that, you can write to the reposiotry using the usual git commands (commit h3. Working with the helper script "all" -TODO: Work on this to actually not be wrong! - 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
 
+This command updates all the xonotic repositories. +
 ./all branch
 
+Lists the branches you are currrently on, in the respective repositories + +
+./all branches
+
+ +Lists all the branches known for all the respective repositories
 ./all push
 
+Pushes your changes.. The script will ask you what to push, etc.. +
 ./all checkout
 
-- 2.39.2