Google News
logo
Git - Quiz(MCQ)
What is the command to push the current repository to the remote origin?
A)
git push origin
B)
git merge remote
C)
git remote push
D)
git remote commit

Correct Answer :   git push origin

Advertisement