]> de.git.xonotic.org Git - xonotic/xonotic.wiki.git/commitdiff
(Commit created by redmine exporter script from page "Repository_Access" version 5)
authordivVerent <divVerent@xonotic.org>
Thu, 18 Mar 2010 08:28:00 +0000 (08:28 +0000)
committerRedmineExport <redmineexport@dev.xonotic.org>
Mon, 17 Nov 2014 17:53:33 +0000 (17:53 +0000)
Repository_Access.textile

index 832ecf3ed5d730a98c66ecaafb5fff41f91aedc8..78527beba5d6e05d62ef205632f180314f2f7fbe 100644 (file)
@@ -6,11 +6,11 @@ h2. Linux/OS X:
 
 First, you install git using your favorite package manager. Then:
 
-<code>
+<pre>
 git clone git://git.xonotic.org/xonotic/xonotic.git
 cd xonotic
 sh all-update.sh
-</code>
+</pre>
 
 After that, you have a working checkout of the repository.
 
@@ -20,18 +20,18 @@ To apply for write access, make an issue of type "Support" in the category "Repo
 
 To cleanly check out then, you would do:
 
-<code>
+<pre>
 git clone ssh://xonotic@git.xonotic.org/xonotic.git
 cd xonotic
 sh all-update.sh
-</code>
+</pre>
 
 If you already have a checkout, you would do:
 
-<code>
+<pre>
 git config remote.origin.url ssh://xonotic@git.xonotic.org/xonotic.git
 sh all-update.sh
-</code>
+</pre>
 
 After that, you can write to the reposiotry using the usual git commands (commit, push).