Autogenerated HTML docs for v1.2.4-gb0a3de4
[git.git] / git-clone.html
index 3be22fd..42c85d5 100644 (file)
@@ -3,7 +3,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">\r
 <head>\r
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />\r
-<meta name="generator" content="AsciiDoc 7.0.1" />\r
+<meta name="generator" content="AsciiDoc 7.0.2" />\r
 <style type="text/css">\r
 /* Debug borders */\r
 p, li, dt, dd, div, pre, h1, h2, h3, h4, h5, h6 {\r
@@ -266,14 +266,14 @@ git-clone(1) Manual Page
 <h2>NAME</h2>\r
 <div class="sectionbody">\r
 <p>git-clone -\r
-   Clones a repository.\r
+   Clones a repository\r
 </p>\r
 </div>\r
 </div>\r
 <h2>SYNOPSIS</h2>\r
 <div class="sectionbody">\r
 <div class="verseblock">\r
-<div class="content"><em>git-clone</em> [-l [-s]] [-q] [-n] [-o &lt;name&gt;] [-u &lt;upload-pack&gt;]\r
+<div class="content"><em>git-clone</em> [-l [-s]] [-q] [-n] [--bare] [-o &lt;name&gt;] [-u &lt;upload-pack&gt;]\r
           &lt;repository&gt; [&lt;directory&gt;]</div></div>\r
 </div>\r
 <h2>DESCRIPTION</h2>\r
@@ -349,6 +349,19 @@ branch you are currently working on.  Remote branches other than
 </p>\r
 </dd>\r
 <dt>\r
+--bare\r
+</dt>\r
+<dd>\r
+<p>\r
+        Make a <em>bare</em> GIT repository.  That is, instead of\r
+        creating <tt>&lt;directory&gt;</tt> and placing the administrative\r
+        files in <tt>&lt;directory&gt;/.git</tt>, make the <tt>&lt;directory&gt;</tt>\r
+        itself the <tt>$GIT_DIR</tt>. This implies <tt>-n</tt> option.  When\r
+        this option is used, neither the <tt>origin</tt> branch nor the\r
+        default <tt>remotes/origin</tt> file is created.\r
+</p>\r
+</dd>\r
+<dt>\r
 -o &lt;name&gt;\r
 </dt>\r
 <dd>\r
@@ -420,6 +433,25 @@ $ cd copy
 $ git show-branch</tt></pre>\r
 </div></div>\r
 </dd>\r
+<dt>\r
+Create a bare repository to publish your changes to the public\r
+</dt>\r
+<dd>\r
+<div class="listingblock">\r
+<div class="content">\r
+<pre><tt>$ git clone --bare -l /home/proj/.git /pub/scm/proj.git</tt></pre>\r
+</div></div>\r
+</dd>\r
+<dt>\r
+Create a repository on the kernel.org machine that borrows from Linus\r
+</dt>\r
+<dd>\r
+<div class="listingblock">\r
+<div class="content">\r
+<pre><tt>$ git clone --bare -l -s /pub/scm/.../torvalds/linux-2.6.git \\r
+    /pub/scm/.../me/subsys-2.6.git</tt></pre>\r
+</div></div>\r
+</dd>\r
 </dl>\r
 </div>\r
 <h2>Author</h2>\r
@@ -436,7 +468,7 @@ $ git show-branch</tt></pre>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 06-Jan-2006 17:12:09 PDT\r
+Last updated 10-Mar-2006 00:31:23 UTC\r
 </div>\r
 </div>\r
 </body>\r