git-tutorial/README.md

122 B

Hello World

git commit -a -m "Message" This command adds all modified files, but not new ones, to a commit immediately.