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

index e5ce9d8ef2d26023357042056e57768c0f76a1b9..f0a18961cc2c7683877d5ac3959eb15b9a7eb2eb 100644 (file)
@@ -53,25 +53,25 @@ 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:
 
-1. Get up to date
+n4. 1. Get up to date
 
 <pre>./all update</pre>
 
 This makes sure you are up to date. And should lessen the merging horror that might ensue when you try to push..
 
-2. Create a branch
+h4. 2. Create a branch
 
 <pre>./all branch <your branch name here></pre>
 
 Then work on your changes, commit locally, etc, until you are happy..
 
-3. Push changes to the main repo
+h4. 3. Push changes to the main repo
 
 <pre>./all push</pre>
 
 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.
+h4. 4. Go back to 1.
 
 
 h2. Windows