Question: What is a remote repository?

  1. a version of the repository that mirrors changes made in the local repository's master branch for open-source collaboration efforts
  2. the lead repository elected by the Git arbitrator found within local repositories of collaborating team members
  3. a read-only version of the repository stored on a backup server in case local repositories become lost or corrupted
  4. a version of the repository hosted on the internet or network that is pushed to or pulled from by collaborators

Answer: The correct answer of the above question is Option D:a version of the repository hosted on the internet or network that is pushed to or pulled from by collaborators