summaryrefslogtreecommitdiffstats
path: root/git-reset.html
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2007-02-18 00:34:59 +0000
committerJunio C Hamano <junio@hera.kernel.org>2007-02-18 00:34:59 +0000
commit89d4e0f4569738d0b1885879bf6ed88a972cd3da (patch)
tree42b660ac1ea500caecdcdf951b7c1b3d307fa6cf /git-reset.html
parentfd468962039a6dcb0cd360ac60a3e7631b2b3b5d (diff)
downloadgit-htmldocs-89d4e0f4569738d0b1885879bf6ed88a972cd3da.tar.gz
Autogenerated HTML docs for v1.5.0-50-gb7581
Diffstat (limited to 'git-reset.html')
-rw-r--r--git-reset.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/git-reset.html b/git-reset.html
index 86fcfd3b5..4e8ea5fac 100644
--- a/git-reset.html
+++ b/git-reset.html
@@ -419,13 +419,13 @@ Switch to "topic/wip" branch and keep working.
</ol>
</dd>
<dt>
-Undo update-index
+Undo add
</dt>
<dd>
<div class="listingblock">
<div class="content">
<pre><tt>$ edit <b>(1)</b>
-$ git-update-index frotz.c filfre.c
+$ git add frotz.c filfre.c
$ mailx <b>(2)</b>
$ git reset <b>(3)</b>
$ git pull git://info.example.com/ nitfol <b>(4)</b></tt></pre>
@@ -566,7 +566,7 @@ At this point the index file still has all the WIP changes you
</div>
<div id="footer">
<div id="footer-text">
-Last updated 15-Jan-2007 06:12:34 UTC
+Last updated 18-Feb-2007 00:34:43 UTC
</div>
</div>
</body>