From 0285029b1812f73652f87bc7074342f30f18c3e0 Mon Sep 17 00:00:00 2001 From: Benoit Benedetti Date: Thu, 25 Feb 2016 18:51:17 +0100 Subject: [PATCH] Delete misleading info --- basic/index.html | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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