summaryrefslogtreecommitdiffstats
path: root/git-reset.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2012-06-21 00:08:23 -0700
committerJunio C Hamano <gitster@pobox.com>2012-06-21 00:08:23 -0700
commita28a920b817789e9535e30d163d1cfeda9803b99 (patch)
tree0276dc9699fe17f0b3daa7ad772b8f34f11463b7 /git-reset.html
parent010705ace148110d091fef2fb78d70223306d9e0 (diff)
downloadgit-htmldocs-a28a920b817789e9535e30d163d1cfeda9803b99.tar.gz
Autogenerated HTML docs for v1.7.11-3-g60475
Diffstat (limited to 'git-reset.html')
-rw-r--r--git-reset.html14
1 files changed, 7 insertions, 7 deletions
diff --git a/git-reset.html b/git-reset.html
index bed8d4d73..2035c076f 100644
--- a/git-reset.html
+++ b/git-reset.html
@@ -608,9 +608,9 @@ in all forms.</p></div>
<div class="paragraph"><p>This means that <tt>git reset &lt;paths&gt;</tt> is the opposite of <tt>git add
&lt;paths&gt;</tt>.</p></div>
<div class="paragraph"><p>After running <tt>git reset &lt;paths&gt;</tt> to update the index entry, you can
-use to check the contents out of the index to
+use <a href="git-checkout.html">git-checkout(1)</a> to check the contents out of the index to
the working tree.
-Alternatively, using and specifying a commit, you
+Alternatively, using <a href="git-checkout.html">git-checkout(1)</a> and specifying a commit, you
can copy the contents of a path out of a commit to the index and to the
working tree in one go.</p></div>
</dd>
@@ -698,7 +698,7 @@ but carries forward unmerged index entries.</p></div>
</dd>
</dl></div>
<div class="paragraph"><p>If you want to undo a commit other than the latest on a branch,
- is your friend.</p></div>
+<a href="git-revert.html">git-revert(1)</a> is your friend.</p></div>
</div>
<h2 id="_options">OPTIONS</h2>
<div class="sectionbody">
@@ -792,7 +792,7 @@ Make corrections to working tree files.
commit by starting with its log message. If you do not need to
edit the message further, you can give -C option instead.
</p>
-<div class="paragraph"><p>See also the --amend option to .</p></div>
+<div class="paragraph"><p>See also the --amend option to <a href="git-commit.html">git-commit(1)</a>.</p></div>
</li>
</ol></div>
</dd>
@@ -842,7 +842,7 @@ $ git reset --hard HEAD~3 <b>&lt;1&gt;</b></tt></pre>
The last three commits (HEAD, HEAD^, and HEAD~2) were bad
and you do not want to ever see them again. Do <strong>not</strong> do this if
you have already given these commits to somebody else. (See the
-"RECOVERING FROM UPSTREAM REBASE" section in for
+"RECOVERING FROM UPSTREAM REBASE" section in <a href="git-rebase.html">git-rebase(1)</a> for
the implications of doing so.)
</p>
</li>
@@ -967,7 +967,7 @@ At this point the index file still has all the WIP changes you
committed as <em>snapshot WIP</em>. This updates the index to show your
WIP files as uncommitted.
</p>
-<div class="paragraph"><p>See also .</p></div>
+<div class="paragraph"><p>See also <a href="git-stash.html">git-stash(1)</a>.</p></div>
</li>
</ol></div>
</dd>
@@ -1165,7 +1165,7 @@ entries:</p></div>
</div>
<h2 id="_git">GIT</h2>
<div class="sectionbody">
-<div class="paragraph"><p>Part of the suite</p></div>
+<div class="paragraph"><p>Part of the <a href="git.html">git(1)</a> suite</p></div>
</div>
</div>
<div id="footnotes"><hr /></div>