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:
authorLazersmoke <techycat1157@yahoo.com>2013-08-01 07:49:37 +0400
committerLazersmoke <techycat1157@yahoo.com>2013-08-01 07:49:37 +0400
commit6edcfa52a6720500d903ac1676e02fe622bdd7f4 (patch)
treed039f9508084f404937ad4d198d14dc0984eeab3
parentb5f23fc29cc2b7da103bd1e426f512df41eda17f (diff)
Changed when to once
"Once" is used once an action is complete, while "When" is used when an action begins.
-rw-r--r--basic/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/basic/index.html b/basic/index.html
index 9a2f3d3..66eae29 100644
--- a/basic/index.html
+++ b/basic/index.html
@@ -605,7 +605,7 @@ Further paragraphs come after blank lines.
<div class="block">
<p><code>git reset</code> is probably the most confusing command written
- by humans, but it can be very useful when you get the hang of it.
+ by humans, but it can be very useful once you get the hang of it.
There are three specific invocations of it that are generally
helpful.
</p>