diff --git a/basic/index.html b/basic/index.html index acdb606..4ef2bb5 100644 --- a/basic/index.html +++ b/basic/index.html @@ -88,9 +88,7 @@

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 there. In this case, a git add . would have done the same - thing as a git add README hello.rb, or for that matter so would - git add *, but that's only because we don't have subdirectories - which the * would not recurse into. + thing as a git add README hello.rb.

OK, so now if we edit one of these files and run git status