From f15faf9b4aa454e9e84afa2b6c252fea4b728c2e Mon Sep 17 00:00:00 2001 From: nvl Date: Fri, 24 Sep 2010 13:52:04 +0530 Subject: [PATCH] fixed typo: recusively to recursively --- basic/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basic/index.html b/basic/index.html index 82d9772..a932f82 100644 --- a/basic/index.html +++ b/basic/index.html @@ -83,7 +83,7 @@ layout: reference

- 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: git add .. 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