Intermediate Vocabulary #git #staging #commits

📦 Staging & Committing Collocations

5 exercises on the everyday Git loop in English: staging and unstaging changes, writing and amending commit messages, stashing, and discarding work.

Key patterns
  • stage / unstage changes via the staging area (index)
  • write a commit message; amend a commit
  • stash changes, then pop / apply the stash
  • discard changes → restore the committed version
  • clean vs dirty working tree
0 / 5 completed
1 / 5
Before committing, you select exactly which modified files go into the next commit using git add. The verb for moving changes into that holding area is to: