]> git.rm.cloudns.org Git - xonotic/xonotic.wiki.git/commitdiff
(Commit created by redmine exporter script from page "Repository_Access" version 13)
authorFlorian Paul Schmidt <mista.tapas@gmx.net>
Sat, 20 Mar 2010 06:40:00 +0000 (06:40 +0000)
committerRedmineExport <redmineexport@dev.xonotic.org>
Mon, 17 Nov 2014 17:53:33 +0000 (17:53 +0000)
Repository_Access.textile

index b07d3aea8cf8f10babfbddb3dd3aab61e8beae44..60dde1926e2f9dc8a1e13a37adf4ca60a77ca47b 100644 (file)
@@ -40,10 +40,6 @@ git config remote.origin.url ssh://xonotic@git.xonotic.org/xonotic.git
 
 After that, you can write to the reposiotry using the usual git commands (commit, push).
 
-h2. Windows
-
-TODO info for TortoiseGit
-
 h3. Working with the helper script "all"
 
 To make working with the repo a little easier there's a little helper script (it's called all, as mentioned in above clone commands). It supports the following commands:
@@ -66,3 +62,8 @@ Then work on your changes, commit locally, etc, until you are happy..
 ./all push
 
 This asks you what to push, etc.. This might fail, if in the meantime someone else has worked on the same branch. You will need to use git merge manually for the time being to resolve possible conflicts..
+
+
+h2. Windows
+
+TODO info for TortoiseGit