]> git.rm.cloudns.org Git - xonotic/xonotic.wiki.git/commitdiff
(Commit created by redmine exporter script from page "Repository_Access" version 14)
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 60dde1926e2f9dc8a1e13a37adf4ca60a77ca47b..50652de29210382a844ec1a31655df8ae8025f4d 100644 (file)
@@ -51,18 +51,20 @@ To make working with the repo a little easier there's a little helper script (it
 
 The normal workflow for working on a contribution is the following:
 
-./all update
+1. ./all update
 
 This makes sure you are up to date
 
-./all branch <your branch name here>
+2. ./all branch <your branch name here>
 
 Then work on your changes, commit locally, etc, until you are happy..
 
-./all push
+3. ./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..
 
+4. Go back to 1.
+
 
 h2. Windows