Google News
logo
Git - Quiz(MCQ)
What command lets you create a connection between a local and remote repository?
A)
git remote add new
B)
git remote origin
C)
git remote new origin
D)
git remote add origin

Correct Answer :   git remote add origin

Advertisement