From: PlasmaSheep Date: Wed, 18 Aug 2010 12:19:00 +0000 (+0000) Subject: ./all branch X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=b8d475cf3cab2ff87eeb4a95153e9f7b7757c7b3;p=xonotic%2Fxonotic.wiki.git ./all branch (Commit created by redmine exporter script from page "Git" version 17) --- diff --git a/Git.textile b/Git.textile index 7abd1f9..a1b6efe 100644 --- a/Git.textile +++ b/Git.textile @@ -35,8 +35,8 @@ By convention, branches are usually called /. 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 me, your branch will be called feature1 and your base will be master. There are several ways of creating a branch: -You can simply create it by issuing: -
git branch me/feature1 master
+You can simply create it by doing this from the xonotic directory and selecting where to branch: +
./all branch me/feature1
This will create the branch locally, nothing else. It will not checkout the branch. You can do this now:
git checkout me/feature1