Question: What command lets you create a connection between a local and remote repository?
- git remote add new
 - git remote add origin
 - git remote new origin
 - git remote origin
 
Answer: The correct answer of the above question is Option B:git remote add origin