Google News
logo
Git - Quiz(MCQ)
What is the command to merge the current branch with the branch "new-email"?
A)
git add new-email
B)
git commit -merge new-email
C)
git merge new-email
D)
None of the above

Correct Answer :   git merge new-email

Advertisement