]> de.git.xonotic.org Git - xonotic/xonotic.wiki.git/commitdiff
(Commit created by redmine exporter script from page "Repository_Access" version 21)
authorFlorian Paul Schmidt <mista.tapas@gmx.net>
Sat, 20 Mar 2010 09:15:00 +0000 (09:15 +0000)
committerRedmineExport <redmineexport@dev.xonotic.org>
Mon, 17 Nov 2014 17:53:33 +0000 (17:53 +0000)
Repository_Access.textile

index 9e88370225915b077ae1c2e269476ab3e99a7df6..69bbdb6ce7895745ebc7d0ef64a8290da59d03a1 100644 (file)
@@ -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:
 
 <pre>
 ./all update
 </pre>
 
+This command updates all the xonotic repositories.
+
 <pre>
 ./all branch
 </pre>
 
+Lists the branches you are currrently on, in the respective repositories
+
+<pre>
+./all branches
+</pre>
+
+Lists all the branches known for all the respective repositories
 
 <pre>
 ./all push
 </pre>
 
+Pushes your changes.. The script will ask you what to push, etc..
+
 <pre>
 ./all checkout
 </pre>