Google News
logo
Git - Quiz(MCQ)
What is the command to create a new branch named "new-email"?
A)
git newBranch "new-email"
B)
git add branch "new-email"
C)
git branch new-email
D)
git branch new "new-email"

Correct Answer :   git branch new-email

Advertisement