summaryrefslogtreecommitdiffstats
path: root/git-clone.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2009-10-10 00:56:29 +0000
committerJunio C Hamano <junio@hera.kernel.org>2009-10-10 00:56:29 +0000
commitc0e55e76f42a06dfbb4ede27d35f6bdb8cae1f01 (patch)
tree3d14a6b26152cf3e014eafe48918109b2cc7cbf4 /git-clone.txt
parent0e5cb1e4d7480845f839da2ee71c267ee054f758 (diff)
downloadgit-htmldocs-c0e55e76f42a06dfbb4ede27d35f6bdb8cae1f01.tar.gz
Autogenerated HTML docs for v1.6.5-rc3-35-g3340
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 aacf4fd32..5ebcba1c7 100644
--- a/git-clone.txt
+++ b/git-clone.txt
@@ -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