summaryrefslogtreecommitdiffstats
path: root/everyday.html
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2009-03-23 00:03:40 +0000
committerJunio C Hamano <junio@hera.kernel.org>2009-03-23 00:03:40 +0000
commit883263c41344dbf227ae55c51f7430086a2ea540 (patch)
tree04dd6f0edcb4bd7b9f915b65cd16cb00b491edb6 /everyday.html
parentfd83b8ef73da0d282d4242ad34ac95bb690587d5 (diff)
downloadgit-htmldocs-883263c41344dbf227ae55c51f7430086a2ea540.tar.gz
Autogenerated HTML docs for v1.6.2.1-303-g63699
Diffstat (limited to 'everyday.html')
-rw-r--r--everyday.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/everyday.html b/everyday.html
index be41ba4e3..3809c3829 100644
--- a/everyday.html
+++ b/everyday.html
@@ -469,7 +469,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
+$ git init
$ git add . <b>(1)</b>
$ git commit -m "import of frotz source tree."
$ git tag v2.43 <b>(2)</b></tt></pre>
@@ -1098,7 +1098,7 @@ upload to public HTTP server hosted by your ISP.
</div>
<div id="footer">
<div id="footer-text">
-Last updated 2009-02-14 08:18:49 UTC
+Last updated 2009-03-23 00:03:28 UTC
</div>
</div>
</body>