summaryrefslogtreecommitdiffstats
path: root/git-init.html
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2008-07-02 03:06:38 +0000
committerJunio C Hamano <junio@hera.kernel.org>2008-07-02 03:06:38 +0000
commitfce7c7e1549d1a2a2b0faf5952378236eed4d468 (patch)
treeffce2ae419b52786a0e567f4fddaadd89016f62c /git-init.html
parentbb8e996adf4293a0b624fe77e95e12ae8d1faed9 (diff)
downloadgit-htmldocs-fce7c7e1549d1a2a2b0faf5952378236eed4d468.tar.gz
Autogenerated HTML docs for v1.5.6.1-156-ge903b
Diffstat (limited to 'git-init.html')
-rw-r--r--git-init.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/git-init.html b/git-init.html
index 9540f5242..ccdb11773 100644
--- a/git-init.html
+++ b/git-init.html
@@ -272,7 +272,7 @@ git-init(1) Manual Page
</div>
<h2>SYNOPSIS</h2>
<div class="sectionbody">
-<p><em>git-init</em> [-q | --quiet] [--bare] [--template=&lt;template_directory&gt;] [--shared[=&lt;permissions&gt;]]</p>
+<p><em>git init</em> [-q | --quiet] [--bare] [--template=&lt;template_directory&gt;] [--shared[=&lt;permissions&gt;]]</p>
</div>
<h2>OPTIONS</h2>
<div class="sectionbody">
@@ -392,8 +392,8 @@ Start a new git repository for an existing code base
<div class="listingblock">
<div class="content">
<pre><tt>$ cd /path/to/my/codebase
-$ git-init <b>(1)</b>
-$ git-add . <b>(2)</b></tt></pre>
+$ git init <b>(1)</b>
+$ git add . <b>(2)</b></tt></pre>
</div></div>
<ol>
<li>
@@ -424,7 +424,7 @@ add all existing file to the index
</div>
<div id="footer">
<div id="footer-text">
-Last updated 08-Jun-2008 22:46:43 UTC
+Last updated 02-Jul-2008 03:01:49 UTC
</div>
</div>
</body>