Q54
Which of the following statement would create branch named as 'example'?
A.
git checkout -b example
AnswerB.
git checkout -c example
C.
git check -b example
D.
none of the mentioned
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board