From 56523a4122e9f48cef633aa2cb9b4b2e44d2c42d Mon Sep 17 00:00:00 2001 From: divVerent Date: Thu, 18 Mar 2010 08:28:00 +0000 Subject: [PATCH] (Commit created by redmine exporter script from page "Repository_Access" version 5) --- Repository_Access.textile | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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). -- 2.39.2