Loading...

Staging Area

Intermediate snapshot of changes queued for the next commit - moved in via git add.

When to use: Splitting unrelated changes into separate, reviewable commits.

Example: git add src/auth.js stages one file; commit records only what is staged.

More Git & Version Control Glossary terms