summaryrefslogtreecommitdiffstats
path: root/everyday.html
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2007-01-08 06:53:32 +0000
committerJunio C Hamano <junio@hera.kernel.org>2007-01-08 06:53:32 +0000
commitfc4d38ced802738c5d6aaabf66a345d2d6c97c82 (patch)
treebce4d6040002c7111f622ae98404435be42b47a1 /everyday.html
parent79770b6ed3e6b40355c01e4d1c00c0da5c827086 (diff)
downloadgit-htmldocs-fc4d38ced802738c5d6aaabf66a345d2d6c97c82.tar.gz
Autogenerated HTML docs for v1.4.4.4-g9a5e4
Diffstat (limited to 'everyday.html')
-rw-r--r--everyday.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/everyday.html b/everyday.html
index c36c9357f..bf4bbcd1d 100644
--- a/everyday.html
+++ b/everyday.html
@@ -284,7 +284,7 @@ of git repositories.</p>
<ul>
<li>
<p>
-<a href="git-init-db.html">git-init-db(1)</a> or <a href="git-clone.html">git-clone(1)</a> to create a
+<a href="git-init.html">git-init(1)</a> or <a href="git-clone.html">git-clone(1)</a> to create a
new repository.
</p>
</li>
@@ -440,7 +440,7 @@ Use a tarball as a starting point for a new repository.
<div class="content">
<pre><tt>$ tar zxf frotz.tar.gz
$ cd frotz
-$ git-init-db
+$ git-init
$ git add . <b>(1)</b>
$ git commit -m 'import of frotz source tree.'
$ git tag v2.43 <b>(2)</b></tt></pre>
@@ -1070,7 +1070,7 @@ upload to public HTTP server hosted by your ISP.
</div>
<div id="footer">
<div id="footer-text">
-Last updated 28-Dec-2006 00:59:31 UTC
+Last updated 08-Jan-2007 06:53:25 UTC
</div>
</div>
</body>