summaryrefslogtreecommitdiffstats
path: root/everyday.html
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2007-01-29 02:55:48 +0000
committerJunio C Hamano <junio@hera.kernel.org>2007-01-29 02:55:48 +0000
commit7ad22dc9253e1434fcf289ab9cfe23067018e0a9 (patch)
tree6217f4d8ca0acb648ef008c1ae5463a82a0dc8f7 /everyday.html
parent5a70233d40122ee513dac43224df67ece82e2a0a (diff)
downloadgit-htmldocs-7ad22dc9253e1434fcf289ab9cfe23067018e0a9.tar.gz
Autogenerated HTML docs for v1.5.0-rc2-72-gdf391
Diffstat (limited to 'everyday.html')
-rw-r--r--everyday.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/everyday.html b/everyday.html
index 5c3ff9c2b..b98f6e088 100644
--- a/everyday.html
+++ b/everyday.html
@@ -290,7 +290,7 @@ of git repositories.</p>
</li>
<li>
<p>
-<a href="git-fsck-objects.html">git-fsck-objects(1)</a> to check the repository for errors.
+<a href="git-fsck.html">git-fsck(1)</a> to check the repository for errors.
</p>
</li>
<li>
@@ -318,7 +318,7 @@ Check health and remove cruft.
<dd>
<div class="listingblock">
<div class="content">
-<pre><tt>$ git fsck-objects <b>(1)</b>
+<pre><tt>$ git fsck <b>(1)</b>
$ git count-objects <b>(2)</b>
$ git repack <b>(3)</b>
$ git gc <b>(4)</b></tt></pre>
@@ -656,12 +656,12 @@ Push into another repository.
<div class="content">
<pre><tt>satellite$ git clone mothership:frotz frotz <b>(1)</b>
satellite$ cd frotz
-satellite$ git repo-config --get-regexp '^(remote|branch)\.' <b>(2)</b>
+satellite$ git config --get-regexp '^(remote|branch)\.' <b>(2)</b>
remote.origin.url mothership:frotz
remote.origin.fetch refs/heads/*:refs/remotes/origin/*
branch.master.remote origin
branch.master.merge refs/heads/master
-satellite$ git repo-config remote.origin.push \
+satellite$ git config remote.origin.push \
master:refs/remotes/satellite/master <b>(3)</b>
satellite$ edit/compile/test/commit
satellite$ git push origin <b>(4)</b>
@@ -1069,7 +1069,7 @@ upload to public HTTP server hosted by your ISP.
</div>
<div id="footer">
<div id="footer-text">
-Last updated 15-Jan-2007 06:12:37 UTC
+Last updated 29-Jan-2007 02:55:19 UTC
</div>
</div>
</body>