Comment on Understanding GitComments−rue17ySmall correction, `git add -a` adds untracked files, too. `git add -u` does not.
Comments
Small correction, `git add -a` adds untracked files, too. `git add -u` does not.