git commit optional arguments: -a: commit all changes(not recomended if you're on windows and are not using vim, windows make .swp files, must be very careful) -m: to add a message, e.g.: git commit -m "message here"