Git "add" and "commit" in One Command

I wanted a way to add everything changed into my git commit and make the comment at the same time.

I found the command below:

git commit -am "[COMMIT_MESSAGE_HERE]"