Can you order these commands to create, stage, and commit README.md?

Sweet! We use git add with the file's name to stage it and git commit -m followed by a commit message to commit it.

Not quite! We use git add with the file's name to stage it and git commit -m followed by a commit message to commit it.