ExamGecko
Question list
Search
Search

Question 23 - 200-901 discussion

Report
Export

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

Answers
A.

git checkout -b my-bug-fix

B.

git branch -b my-bug-fix

Answers
B.

git branch -b my-bug-fix

C.

git branch my-bug-fix

Answers
C.

git branch my-bug-fix

D.

git checkout my-bug-fix

Answers
D.

git checkout my-bug-fix

Suggested answer: A
asked 07/10/2024
Adugna Mehari
37 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first