[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] [githax/master] switch to the branch after creating it
Author: Sebastian Hahn <sebastian@xxxxxxxxxxxxxx>
Date: Mon, 25 May 2009 15:53:08 +0200
Subject: switch to the branch after creating it
Commit: 26797886321f299d82514b66e5cbe33dc1d76403
otherwise the next sentence is a lie
---
doc/Howto.txt | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/doc/Howto.txt b/doc/Howto.txt
index 4b50c61..0a50290 100644
--- a/doc/Howto.txt
+++ b/doc/Howto.txt
@@ -389,6 +389,7 @@ published branches, and make a local branch that tracks his ftp branch:
% git remote add nick git://git.torproject.org/~nickm/git/PROJECT
% git fetch nick
% git branch --track nick_ftp nick/ftp
+% git checkout nick_ftp
-----
This will have switched you to your new local branch nick_ftp, and you can
--
1.5.6.5