]> de.git.xonotic.org Git - xonotic/xonotic.wiki.git/commitdiff
(Commit created by redmine exporter script from page "Repository_Access" version 49)
authordivVerent <divVerent@xonotic.org>
Sat, 16 Oct 2010 11:36:00 +0000 (11:36 +0000)
committerRedmineExport <redmineexport@dev.xonotic.org>
Mon, 17 Nov 2014 17:53:33 +0000 (17:53 +0000)
Repository_Access.textile

index 4c0c8443759f3e20b315308c9748f51a7ea9572b..e72580b8c03eaec1c72694130d12c8c55b41a59e 100644 (file)
@@ -63,10 +63,11 @@ h3. Linux/OS X
 Get a checkout (see above), and do:
 
 <pre>
-git config remote.origin.pushurl ssh://xonotic@git.xonotic.org/xonotic.git
-./all update
+./all keygen
 </pre>
 
+and follow the instructions that are shown.
+
 After that, you can write to the repository using the usual git commands (commit, push).
 
 Alternatively, you can use the helper script "all".
@@ -102,6 +103,12 @@ Compiles the game given that you have the required libs installed
 
 Switch to that branch in all repositories where its available
 
+<pre>
+./all commit
+</pre>
+
+This command commits and pushes your local changes.
+
 <pre>
 ./all run xonotic
 </pre>