List of questions
Related questions
Question 23 - 200-901 discussion
How does a developer create and switch to a new branch called “my-bug-fix” to develop a product fix?
A.
git checkout -b my-bug-fix
B.
git branch -b my-bug-fix
C.
git branch my-bug-fix
D.
git checkout my-bug-fix
Your answer:
0 comments
Sorted by
Leave a comment first