We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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."