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-14 13:44:30 +0300
committerNiels Bom <niels-bom-md@users.noreply.github.com>2015-08-14 13:44:30 +0300
commit342eeced3d3bf90771bb4fdedc1981d0d21f4964 (patch)
treecb0e5b1c32a0ea073b8f47de278ce2f55e03b88f
parent64707c0f60e5cb1627bd9701cdb51b7c9f53b972 (diff)
Improve grammar.
-rw-r--r--basic/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/basic/index.html b/basic/index.html
index b381b86..67766a0 100644
--- a/basic/index.html
+++ b/basic/index.html
@@ -728,7 +728,7 @@ nothing to commit (working directory clean)
directory look like the index, unstage files and undo any changes made
since the last commit.
This is the most dangerous option and not working directory safe. Any
- changes not in the index or have not been commited will be lost.</p>
+ changes that are not in the index or that have not been commited will be lost.</p>
<pre>
<b>$ git status</b>