summaryrefslogtreecommitdiffstats
path: root/git-clone.html
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2007-01-07 07:43:58 +0000
committerJunio C Hamano <junio@hera.kernel.org>2007-01-07 07:43:58 +0000
commit79770b6ed3e6b40355c01e4d1c00c0da5c827086 (patch)
tree2550cb59cfca9626574da47479dfb9f74cde8df2 /git-clone.html
parenta8d072a1622de0cd74738fa0750ab149433b7cc8 (diff)
downloadgit-htmldocs-79770b6ed3e6b40355c01e4d1c00c0da5c827086.tar.gz
Autogenerated HTML docs for v1.5.0-rc0-g13e86
Diffstat (limited to 'git-clone.html')
-rw-r--r--git-clone.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/git-clone.html b/git-clone.html
index 7be0c15d5..ff87a1cf7 100644
--- a/git-clone.html
+++ b/git-clone.html
@@ -281,12 +281,12 @@ git-clone(1) Manual Page
<div class="sectionbody">
<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 a master
-branch equal to the cloned repository's master branch.</p>
+(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>
<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
-current branch.</p>
+current master branch, if any.</p>
<p>This default configuration is achieved by creating references to
the remote branch heads under <tt>$GIT_DIR/refs/remotes/origin</tt> and
by initializing <tt>remote.origin.url</tt> and <tt>remote.origin.fetch</tt>
@@ -521,7 +521,7 @@ Create a repository on the kernel.org machine that borrows from Linus
</div>
<div id="footer">
<div id="footer-text">
-Last updated 02-Jan-2007 00:04:07 UTC
+Last updated 07-Jan-2007 07:43:48 UTC
</div>
</div>
</body>