git commit(1) -am 'Something!'
Record changes to the repository
-a, --all
    Tell the command to automatically stage files that have been modified and deleted, but new files you
    have not told git about are not affected.
-m <msg>, --message=<msg>
    Use the given <msg> as the commit message.
source manpages: git-commit