fixed typo: recusively to recursively
This commit is contained in:
parent
d0aaa08f24
commit
f15faf9b4a
@ -83,7 +83,7 @@ layout: reference
|
|||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
<p class="aside">
|
<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
|
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
|
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
|
the current working directory, it will simply start tracking every file
|
||||||
|
Loading…
Reference in New Issue
Block a user