add and commit in one step


git add and commit at once of the modified files, but not the new files


$ git commit -a -m "some message"