Question: If you cloned an existing git repository, what would happen?

  1. A new copy would overwrite the central repository
  2. A copy of the repository would be created on your local machine
  3. Nothing, cloning is not a supported git function
  4. A copy of the repository would be created on the hosting platform

Answer: The correct answer of the above question is Option B:A copy of the repository would be created on your local machine