Skip to content

Commit 1043ad7

Browse files
committed
Improve explanation on reset --hard some more.
1 parent 5f02769 commit 1043ad7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

basic/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -726,7 +726,7 @@ <h4 id="reset-hard">
726726

727727
<p>The third option is to go <code>--hard</code>. This command discards your staged changes and
728728
the changes in your working directory. In other words: it resets your staging area and working
729-
directory to the state they were in right after the given commit. This is the most
729+
directory to the state they were in at the given commit. This is the most
730730
dangerous option and is not working directory safe. Any changes not committed will
731731
be lost.
732732
</p>

0 commit comments

Comments
 (0)