summaryrefslogtreecommitdiffstats
path: root/git-reset.html
diff options
context:
space:
mode:
Diffstat (limited to 'git-reset.html')
-rw-r--r--git-reset.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/git-reset.html b/git-reset.html
index 1b555866b..0dfcc3530 100644
--- a/git-reset.html
+++ b/git-reset.html
@@ -807,7 +807,8 @@ section of <a href="git-add.html">git-add(1)</a> to learn how to operate the <co
<p>
This form resets the current branch head to <code>&lt;commit&gt;</code> and
possibly updates the index (resetting it to the tree of <code>&lt;commit&gt;</code>) and
- the working tree depending on <code>&lt;mode&gt;</code>. If <code>&lt;mode&gt;</code> is omitted,
+ the working tree depending on <code>&lt;mode&gt;</code>. Before the operation, <code>ORIG_HEAD</code>
+ is set to the tip of the current branch. If <code>&lt;mode&gt;</code> is omitted,
defaults to <code>--mixed</code>. The <code>&lt;mode&gt;</code> must be one of the following:
</p>
<div class="openblock">
@@ -1506,7 +1507,7 @@ entries:</p></div>
<div id="footer">
<div id="footer-text">
Last updated
- 2022-04-04 11:19:32 PDT
+ 2023-01-21 17:52:14 PST
</div>
</div>
</body>