nerdexam
Cisco

300-735 · Question #19

Which two commands create a new local source code branch? (Choose two.)

The correct answer is A. git checkout -b new_branch D. git branch new_branch. See the full explanation below for the reasoning.

Question

Which two commands create a new local source code branch? (Choose two.)

Options

  • Agit checkout -b new_branch
  • Bgit branch -b new_branch
  • Cgit checkout -f new_branch
  • Dgit branch new_branch
  • Egit branch -m new_branch

How the community answered

(22 responses)
  • A
    77% (17)
  • B
    5% (1)
  • C
    9% (2)
  • E
    9% (2)

Community Discussion

No community discussion yet for this question.

Full 300-735 Practice