6.5 And Now for Something Beautiful
git add .
which adds the files that you changed;
More accurately, "git add ." creates a list of files which have been newly created or added to the local repo so that those changes can be prepared for staging. Is not required for any existing files which only have been modified/changed.