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

index a7d1359d4bdaec3d5e711af1d9174cedb303f237..24eedd1ff7f4b784a24dae5b4c03016326c01e10 100644 (file)
@@ -43,3 +43,26 @@ After that, you can write to the reposiotry using the usual git commands (commit
 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:
+
+./all update
+./all branch
+./all push
+./all checkout
+
+The normal workflow for working on a contribution is the following:
+
+./all update
+
+This makes sure you are up to date
+
+./all branch <your branch name here>
+
+Then work on your changes, commit locally, etc, until you are happy..
+
+./all push
+
+This asks you what to push, etc..