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)- A77% (17)
- B5% (1)
- C9% (2)
- E9% (2)
Community Discussion
No community discussion yet for this question.