Google News
logo
Git - Quiz(MCQ)
What is the command to get all the change history of the remote repository "origin"?
A)
git origin help
B)
git get log origin
C)
git fetch origin
D)
git status remote origin

Correct Answer :   git fetch origin

Advertisement