Skip to content

Commit 4f75240

Browse files
J. Bruce FieldsJunio C Hamano
authored andcommitted
user-manual: fix discussion of default clone
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>
1 parent b710830 commit 4f75240

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Documentation/user-manual.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -298,9 +298,9 @@ $ git branch
298298
* master
299299
------------------------------------------------
300300

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

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

0 commit comments

Comments
 (0)