Google News
logo
Git - Quiz(MCQ)
What is the command to add the remote repository "https://abc.xyz/d/e.git" as "origin"?
A)
git remote add origin https://abc.xyz/d/e.git
B)
git origin=https://abc.xyz/d/e.git
C)
git add origin https://abc.xyz/d/e.git
D)
git remote https://abc.xyz/d/e.git

Correct Answer :   git remote add origin https://abc.xyz/d/e.git

Advertisement