Vidyalelo
Data Science · Q54

Introduction to Data Science

Computer Related · Data Science · question 54

Q54

Which of the following statement would create branch named as 'example'?

A.
git checkout -b example
Answer
B.
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