In all the Git tutorials I\'ve read they say that you can do:
git init git add . git commit
When I do that I get a big text file opened up.
The -m option to commit lets you enter a commit message on the command line:
-m
git commit -m "my first commit"