]> de.git.xonotic.org Git - xonotic/xonotic.wiki.git/commitdiff
./all branch
authorPlasmaSheep <plasmasheep@gmail.com>
Wed, 18 Aug 2010 12:19:00 +0000 (12:19 +0000)
committerRedmineExport <redmineexport@dev.xonotic.org>
Mon, 17 Nov 2014 17:53:33 +0000 (17:53 +0000)
(Commit created by redmine exporter script from page "Git" version 17)

Git.textile

index 7abd1f950361e79c6e8465922db8a2c2223daf18..a1b6efe914dbc0b73c4fdfc4f40ebd151bc8f1f3 100644 (file)
@@ -35,8 +35,8 @@ By convention, branches are usually called <yourname>/<branch>.
 Before creating a branch, you first have to choose a base of your branch. Then you can create your branch:
 Let's assume your name is <code>me</code>, your branch will be called <code>feature1</code> and your base will be <code>master</code>.
 There are several ways of creating a branch:
-You can simply create it by issuing:
-<pre>git branch me/feature1 master</pre>
+You can simply create it by doing this from the xonotic directory and selecting where to branch:
+<pre>./all branch me/feature1</pre>
 This will create the branch locally, nothing else. It will not checkout the branch. You can do this now:
 <pre>git checkout me/feature1</pre>