]> 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 05230d1bfdc36b4bef62e64e7a370bcae3ff4531..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:
@@ -90,7 +102,7 @@ Info for TortoiseGit / msysgit:
 
 To get a GIT clone using mysysgit and Tortoise GIT, do the following:
 
-- Go to the folder where you intend to clone, right click and choose Git Clone from the context menu. Clone the repository from git://git.xonotic.org/xonotic/ and wait for everything to download.
+- Go to the folder where you intend to clone, right click and choose Git Clone from the context menu. Clone the repository from git://git.xonotic.org/xonotic/xonotic.git and wait for everything to download.
 
 - Once the first step is ready, open a command prompt or git bash and browse to the root folder of your clone. Write "./all update" as described above to get the separate data repos. After that you have a working GIT clone.