Question: If you cloned an existing git repository, what would happen?
- A new copy would overwrite the central repository
 - A copy of the repository would be created on your local machine
 - Nothing, cloning is not a supported git function
 - 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