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
path: root/basic
diff options
context:
space:
mode:
authorScott Chacon <schacon@gmail.com>2010-10-15 23:39:55 +0400
committerScott Chacon <schacon@gmail.com>2010-10-15 23:39:55 +0400
commit43d301abc0398eefc4e5aefff813428c212e4e5d (patch)
tree24b604564ec327ced082d9124c391925ca66695c /basic
parent675782f4a6a34411b955dc628e494e9596533966 (diff)
parented7cef1dfcbba035d6cb5809086a483f647c2382 (diff)
Merge remote branch 'nvl/master'
Diffstat (limited to 'basic')
-rw-r--r--basic/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/basic/index.html b/basic/index.html
index bce78de..c1e88c4 100644
--- a/basic/index.html
+++ b/basic/index.html
@@ -83,7 +83,7 @@ layout: reference
</pre>
<p class="aside">
- It is also common to recusively add all files in a new project by specifying
+ It is also common to recursively add all files in a new project by specifying
the current working directory like this: <code>git add .</code>. Since Git
will recursively add all files under a directory you give it, if you give it
the current working directory, it will simply start tracking every file