Problem Statement
What does `git add` do? What’s the staging area?
Explanation
`git add` places changes into the index (staging area), a buffer where you curate what will go into the next commit.
Practice Sets
This question appears in the following practice sets:
