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:
authorNiels Bom <niels-bom-md@users.noreply.github.com>2015-08-18 11:10:35 +0300
committerNiels Bom <niels-bom-md@users.noreply.github.com>2015-08-18 11:10:35 +0300
commit1043ad7ca78b77fe61346bd93b7c2634d1a09543 (patch)
tree52b800be01188b4ae5d22d5d5207f3a18ccdeabf
parent5f027691f60696fe54ab6c93143f1c06162eae07 (diff)
Improve explanation on reset --hard some more.
-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>