We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
To commit:
$ git add . $ git commit -m "Fixed the alphabet."
Note that without -m, a text window will open for you to enter a commit message with.
-m
You can also add changes to the index with -a in a single command:
-a
$ git commit -am "Fixed the alphabet."