]> de.git.xonotic.org Git - xonotic/xonotic.wiki.git/blobdiff - Repository_Access.textile
(Commit created by redmine exporter script from page "Repository_Access" version 27)
[xonotic/xonotic.wiki.git] / Repository_Access.textile
index 76302381645c75b50a4809ac6c894a12d7a90305..b721e9b504085e5f479f0c4e0a390e57ddf18591 100644 (file)
@@ -63,15 +63,27 @@ Lists the branches you are currrently on, in the respective repositories
 Lists all the branches known for all the respective repositories
 
 <pre>
-./all push
+./all compile
 </pre>
 
-Pushes your changes.. The script will ask you what to push, etc..
+Compiles the game given that you have the required libs installed
 
 <pre>
 ./all checkout
 </pre>
 
+<pre>
+./all run xonotic
+</pre>
+
+Starts the xonotic client
+
+<pre>
+./all run dedicated xonotic
+</pre>
+
+Starts a xonotic dedicated server
+
 h3. Further git information
 
 About tracking remote branches: