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.
git add
git commit -m
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.