Intermediate Vocabulary #phrasal-verbs #git #version-control

Git Commands: Fill in the Phrasal Verb

5 exercises — real Jira comments, Slack messages, and PR reviews require you to recognise which Git phrasal verb fits. The wrong choice reveals a gap in technical fluency.

Git phrasal verbs covered
  • check out a branch — switch working directory to that branch
  • roll back to a version — revert to a previous stable state
  • phase out a library — gradually discontinue over a defined period
  • pull in changes — incorporate upstream commits into your branch
  • merge into a branch — target your PR at a specific branch
0 / 5 completed
1 / 5
A Jira ticket comment reads:

"Before you start, make sure to ___ the hotfix/3.1.2 branch — it has the security patch that needs to be in your build."

Which phrasal verb correctly means "switch your working directory to that branch"?