Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/git/git-reference.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--basic/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/basic/index.html b/basic/index.html
index c422a0f..acdb606 100644
--- a/basic/index.html
+++ b/basic/index.html
@@ -726,7 +726,7 @@ nothing to commit (working directory clean)
<p>The third option is to go <code>--hard</code>. This command discards your staged changes and
the changes in your working directory. In other words: it resets your staging area and working
- directory to the state they were in right after the given commit. This is the most
+ directory to the state they were in at the given commit. This is the most
dangerous option and is not working directory safe. Any changes not committed will
be lost.
</p>