summaryrefslogtreecommitdiffstats
path: root/gittutorial-2.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2019-07-09 19:54:04 -0700
committerJunio C Hamano <gitster@pobox.com>2019-07-09 19:54:04 -0700
commitc9f11c2b3a739e3e249b9e7711bf1ed76ef3c6db (patch)
tree06ddfc72dff8e370e395a3acc692c8ab48147227 /gittutorial-2.html
parentd0a9940c76b71c9df840a098a423d3400779d83c (diff)
downloadgit-htmldocs-c9f11c2b3a739e3e249b9e7711bf1ed76ef3c6db.tar.gz
Autogenerated HTML docs for v2.22.0-428-g6d5b2
Diffstat (limited to 'gittutorial-2.html')
-rw-r--r--gittutorial-2.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/gittutorial-2.html b/gittutorial-2.html
index 9a0643ed6..b7fe47c85 100644
--- a/gittutorial-2.html
+++ b/gittutorial-2.html
@@ -1103,13 +1103,13 @@ situation:</p></div>
<pre><code>$ git status
On branch master
Changes to be committed:
- (use "git reset HEAD &lt;file&gt;..." to unstage)
+ (use "git restore --staged &lt;file&gt;..." to unstage)
new file: closing.txt
Changes not staged for commit:
(use "git add &lt;file&gt;..." to update what will be committed)
- (use "git checkout -- &lt;file&gt;..." to discard changes in working directory)
+ (use "git restore &lt;file&gt;..." to discard changes in working directory)
modified: file.txt</code></pre>
</div></div>
@@ -1171,7 +1171,7 @@ example, creating a new commit.</p></div>
<div id="footer">
<div id="footer-text">
Last updated
- 2018-01-26 15:11:04 PST
+ 2019-07-09 19:51:04 PDT
</div>
</div>
</body>