Skip to content

Commit

Permalink
user-manual: fix discussion of default clone
Browse files Browse the repository at this point in the history
The name "master" isn't actually quite so special.  Also, fix some bad
grammar.

Signed-off-by: "J. Bruce Fields" <bfields@citi.umich.edu>
Signed-off-by: Junio C Hamano <junkio@cox.net>
  • Loading branch information
J. Bruce Fields authored and Junio C Hamano committed Apr 16, 2007
1 parent b710830 commit 4f75240
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Documentation/user-manual.txt
Original file line number Diff line number Diff line change
Expand Up @@ -298,9 +298,9 @@ $ git branch
* master
------------------------------------------------

A freshly cloned repository contains a single branch head, named
"master", and working directory is initialized to the state of
the project referred to by "master".
A freshly cloned repository contains a single branch head, by default
named "master", with the working directory initialized to the state of
the project referred to by that branch head.

Most projects also use <<def_tag,tags>>. Tags, like heads, are
references into the project's history, and can be listed using the
Expand Down

0 comments on commit 4f75240

Please sign in to comment.