Intermediate Vocabulary #verbs #precision #fluency

Tech Verb Matching

5 exercises distinguishing commonly confused IT verbs — knowing which one to use shows professional precision.

Key verb distinctions
  • merge (preserves history) vs rebase (rewrites history)
  • refactor (same behaviour, cleaner code) vs rewrite (start over)
  • debug (code-level investigation) vs troubleshoot (system-level diagnosis)
  • scale out (more instances) vs scale up (bigger instance)
  • deploy (to a target) vs release (versioned delivery) vs ship (to users)
0 / 5 completed
1 / 5
A developer says: "We need to ___ the feature branch into main — all approvals are in and CI is green."

Choose the correct verb. Note: the team keeps a linear history and squashes commits.