10 · Version Control

Staging

Choosing what goes in a commit

The waiting area between editing and committing — you “add” the specific changes you want to save, then commit just those.

Concrete example

“git add” the two files you mean to commit, and leave your half-finished third file out.