aboutsummaryrefslogtreecommitdiff
path: root/Documentation/tutorial.txt
diff options
context:
space:
mode:
authorAmos Waterland <apw@rossby.metr.ou.edu>2005-08-28 23:05:36 -0500
committerJunio C Hamano <junkio@cox.net>2005-08-28 21:34:28 -0700
commit928f74de22536129b696218073a3940ae4ab1199 (patch)
treefb13a17f215c173ceb59779579ac993d3db63735 /Documentation/tutorial.txt
parent9847f7e0db8359b3932fd51290d777610090c33f (diff)
downloadgit-928f74de22536129b696218073a3940ae4ab1199.tar.gz
git-928f74de22536129b696218073a3940ae4ab1199.tar.xz
[PATCH] tutorial note about git branch
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>
Diffstat (limited to 'Documentation/tutorial.txt')
-rw-r--r--Documentation/tutorial.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/tutorial.txt b/Documentation/tutorial.txt
index 997e95825..866dbbe9b 100644
--- 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