Teach the --multiple option to 'git fetch'
[gitweb.git] / Documentation / git-clone.txt
index f23100e5094a891a0b6205badc0516fedfc74664..5ebcba1c7c6e749e2d80e7f98804be600fd548b3 100644 (file)
@@ -19,8 +19,9 @@ DESCRIPTION
 
 Clones a repository into a newly created directory, creates
 remote-tracking branches for each branch in the cloned repository
-(visible using `git branch -r`), and creates and checks out an initial
-branch equal to the cloned repository's currently active branch.
+(visible using `git branch -r`), and creates and checks out an
+initial branch that is forked from the cloned repository's
+currently active branch.
 
 After the clone, a plain `git fetch` without arguments will update
 all the remote-tracking branches, and a `git pull` without
@@ -130,7 +131,7 @@ objects from the source repository into a pack in the cloned repository.
 --branch <name>::
 -b <name>::
        Instead of pointing the newly created HEAD to the branch pointed
-       to by the cloned repositoroy's HEAD, point to <name> branch
+       to by the cloned repository's HEAD, point to <name> branch
        instead. In a non-bare repository, this is the branch that will
        be checked out.