Jakub Narebski [off-list ref] writes:
Just a few comments:
quoted
- git-add without any argument does not add everything
anymore. Say "git add ." if you want to.
Perhaps information that git-add can be used to add ignored files
with -f option should be added? Or is it not important enough?
Thanks. Will change the above bullet to this:
- git-add without any argument does not add everything
anymore. Use 'git-add .' instead. Also you can add
otherwise ignored files with an -f option.