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 @@
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