Question: What command lets you create a connection between a local and remote repository?

  1. git remote add new
  2. git remote add origin
  3. git remote new origin
  4. git remote origin

Answer: The correct answer of the above question is Option B:git remote add origin