From: divVerent Date: Thu, 18 Mar 2010 08:28:00 +0000 (+0000) Subject: (Commit created by redmine exporter script from page "Repository_Access" version 5) X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=56523a4122e9f48cef633aa2cb9b4b2e44d2c42d;p=xonotic%2Fxonotic.wiki.git (Commit created by redmine exporter script from page "Repository_Access" version 5) --- diff --git a/Repository_Access.textile b/Repository_Access.textile index 832ecf3..78527be 100644 --- a/Repository_Access.textile +++ b/Repository_Access.textile @@ -6,11 +6,11 @@ h2. Linux/OS X: First, you install git using your favorite package manager. Then: - +
 git clone git://git.xonotic.org/xonotic/xonotic.git
 cd xonotic
 sh all-update.sh
-
+
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: - +
 git clone ssh://xonotic@git.xonotic.org/xonotic.git
 cd xonotic
 sh all-update.sh
-
+
If you already have a checkout, you would do: - +
 git config remote.origin.url ssh://xonotic@git.xonotic.org/xonotic.git
 sh all-update.sh
-
+
After that, you can write to the reposiotry using the usual git commands (commit, push).