summaryrefslogtreecommitdiffstats
path: root/git-clone.html
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.html
parent0e5cb1e4d7480845f839da2ee71c267ee054f758 (diff)
downloadgit-htmldocs-c0e55e76f42a06dfbb4ede27d35f6bdb8cae1f01.tar.gz
Autogenerated HTML docs for v1.6.5-rc3-35-g3340
Diffstat (limited to 'git-clone.html')
-rw-r--r--git-clone.html7
1 files changed, 4 insertions, 3 deletions
diff --git a/git-clone.html b/git-clone.html
index eac1f7281..f31c8ce29 100644
--- a/git-clone.html
+++ b/git-clone.html
@@ -330,8 +330,9 @@ git-clone(1) Manual Page
<div class="sectionbody">
<div class="para"><p>Clones a repository into a newly created directory, creates
remote-tracking branches for each branch in the cloned repository
-(visible using <tt>git branch -r</tt>), and creates and checks out an initial
-branch equal to the cloned repository's currently active branch.</p></div>
+(visible using <tt>git branch -r</tt>), and creates and checks out an
+initial branch that is forked from the cloned repository's
+currently active branch.</p></div>
<div class="para"><p>After the clone, a plain <tt>git fetch</tt> without arguments will update
all the remote-tracking branches, and a <tt>git pull</tt> without
arguments will in addition merge the remote master branch into the
@@ -786,7 +787,7 @@ Create a repository on the kernel.org machine that borrows from Linus
</div>
<div id="footer">
<div id="footer-text">
-Last updated 2009-09-14 09:40:29 UTC
+Last updated 2009-10-10 00:56:05 UTC
</div>
</div>
</body>