Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
[PATCH] tutorial note about git branch
author
Amos Waterland
<apw@rossby.metr.ou.edu>
Mon, 29 Aug 2005 04:05:36 +0000
(23:05 -0500)
committer
Junio C Hamano
<junkio@cox.net>
Mon, 29 Aug 2005 04:34:28 +0000
(21:34 -0700)
Explain that an asterisk will be displayed in front of the current
branch when you run `git branch' to see which are available.
Signed-off-by: Amos Waterland <apw@rossby.metr.ou.edu>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Documentation/tutorial.txt
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
9847f7e
)
diff --git
a/Documentation/tutorial.txt
b/Documentation/tutorial.txt
index 997e958259367fd199b2fd84bf3128addce4f6eb..866dbbe9b88ca8a6c235a45c4f5694b0a8d20750 100644
(file)
--- a/
Documentation/tutorial.txt
+++ b/
Documentation/tutorial.txt
@@
-671,6
+671,7
@@
you have, you can say
git branch
which is nothing more than a simple script around "ls .git/refs/heads".
+There will be asterisk in front of the branch you are currently on.
Sometimes you may wish to create a new branch _without_ actually
checking it out and switching to it. If so, just use the command