Git Practice Test
Git Git Remote Operations
Which command adds a new remote repository with the alias `origin`?
Select your answer
A
git remote origin add
B
git remote add origin
C
git add remote origin
D
git set remote origin
Hint