summaryrefslogtreecommitdiffstats
path: root/git-clone.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2012-01-31 23:21:46 -0800
committerJunio C Hamano <gitster@pobox.com>2012-01-31 23:21:46 -0800
commit56bcc4f4cfe44a679201097e7d9a72695ad7566c (patch)
treea084f9ac10e2802a6ed572ca5ab1c5a9963b3dbd /git-clone.txt
parentb5be052f1ae8d6d1505d21488ee51b843fbadb25 (diff)
downloadgit-htmldocs-56bcc4f4cfe44a679201097e7d9a72695ad7566c.tar.gz
Autogenerated HTML docs for v1.7.9-106-g2a2aa
Diffstat (limited to 'git-clone.txt')
-rw-r--r--git-clone.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/git-clone.txt b/git-clone.txt
index 0931a3e39..6e22522c4 100644
--- a/git-clone.txt
+++ b/git-clone.txt
@@ -147,8 +147,9 @@ objects from the source repository into a pack in the cloned repository.
-b <name>::
Instead of pointing the newly created HEAD to the branch pointed
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.
+ instead. `--branch` can also take tags and treat them like
+ detached HEAD. In a non-bare repository, this is the branch
+ that will be checked out.
--upload-pack <upload-pack>::
-u <upload-pack>::