When we run git add, Git captures a snapshot of the changes that we can make permanent by committing them to the repository.

That's it! After the -m, we can provide a commit message, which is useful to keep note of our commits.

Not so fast! We'll talk about push in a bit, okay?