summaryrefslogtreecommitdiffstats
path: root/git-clone.html
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2006-01-25 04:37:28 -0800
committerJunio C Hamano <junio@hera.kernel.org>2006-01-25 04:37:28 -0800
commite663a7acb10392380c82054b20e6011650051425 (patch)
treea4bdebd731dee908c5f952c60038ecae0c59cb11 /git-clone.html
parentc2b0a49075827a4ad2135eb524bc252e7a6ddef9 (diff)
downloadgit-htmldocs-e663a7acb10392380c82054b20e6011650051425.tar.gz
Autogenerated HTML docs for v1.1.4-g9264
Diffstat (limited to 'git-clone.html')
-rw-r--r--git-clone.html18
1 files changed, 10 insertions, 8 deletions
diff --git a/git-clone.html b/git-clone.html
index eade541c2..6ade3cbc8 100644
--- a/git-clone.html
+++ b/git-clone.html
@@ -273,7 +273,7 @@ git-clone(1) Manual Page
<h2>SYNOPSIS</h2>
<div class="sectionbody">
<div class="verseblock">
-<div class="content"><em>git-clone</em> [-l [-s]] [-q] [-n] [--naked] [-o &lt;name&gt;] [-u &lt;upload-pack&gt;]
+<div class="content"><em>git-clone</em> [-l [-s]] [-q] [-n] [--bare] [-o &lt;name&gt;] [-u &lt;upload-pack&gt;]
&lt;repository&gt; [&lt;directory&gt;]</div></div>
</div>
<h2>DESCRIPTION</h2>
@@ -349,14 +349,16 @@ branch you are currently working on. Remote branches other than
</p>
</dd>
<dt>
---naked
+--bare
</dt>
<dd>
<p>
- Make a <em>naked</em> GIT repository. That is, instead of
+ Make a <em>bare</em> GIT repository. That is, instead of
creating <tt>&lt;directory&gt;</tt> and placing the administrative
files in <tt>&lt;directory&gt;/.git</tt>, make the <tt>&lt;directory&gt;</tt>
- itself the <tt>$GIT_DIR</tt>. This implies <tt>-n</tt> option.
+ itself the <tt>$GIT_DIR</tt>. This implies <tt>-n</tt> option. When
+ this option is used, neither the <tt>origin</tt> branch nor the
+ default <tt>remotes/origin</tt> file is created.
</p>
</dd>
<dt>
@@ -432,12 +434,12 @@ $ git show-branch</tt></pre>
</div></div>
</dd>
<dt>
-Create a naked repository to publish your changes to the public
+Create a bare repository to publish your changes to the public
</dt>
<dd>
<div class="listingblock">
<div class="content">
-<pre><tt>$ git clone --naked -l /home/proj/.git /pub/scm/proj.git</tt></pre>
+<pre><tt>$ git clone --bare -l /home/proj/.git /pub/scm/proj.git</tt></pre>
</div></div>
</dd>
<dt>
@@ -446,7 +448,7 @@ Create a repository on the kernel.org machine that borrows from Linus
<dd>
<div class="listingblock">
<div class="content">
-<pre><tt>$ git clone --naked -l -s /pub/scm/.../torvalds/linux-2.6.git \
+<pre><tt>$ git clone --bare -l -s /pub/scm/.../torvalds/linux-2.6.git \
/pub/scm/.../me/subsys-2.6.git</tt></pre>
</div></div>
</dd>
@@ -466,7 +468,7 @@ Create a repository on the kernel.org machine that borrows from Linus
</div>
<div id="footer">
<div id="footer-text">
-Last updated 15-Jan-2006 02:13:28 PDT
+Last updated 25-Jan-2006 04:37:11 PDT
</div>
</div>
</body>