From b8d475cf3cab2ff87eeb4a95153e9f7b7757c7b3 Mon Sep 17 00:00:00 2001 From: PlasmaSheep Date: Wed, 18 Aug 2010 12:19:00 +0000 Subject: [PATCH] ./all branch (Commit created by redmine exporter script from page "Git" version 17) --- Git.textile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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
-- 2.39.2