Intermediate Vocabulary #git #branching #merging

🌿 Branching & Merging Collocations

5 exercises on the natural English of Git branches: cutting a branch, merging into a target, fast-forward merges, conflicts, and branch lifetimes.

Key patterns
  • cut / create a branch, branch off main
  • merge into a target vs rebase onto a base
  • fast-forward merge → no merge commit, linear history
  • merge conflict → resolve clashing changes
  • short-lived vs long-lived branches
0 / 5 completed
1 / 5
A developer is about to start work on a new login screen. The standard phrasing for starting a fresh branch is:

"I’ll ___ a branch for the new login screen."