To check your own understanding of GitHub, answer the questions that follow.
- What is the purpose of GitHub? It is a remote version management system that allows you to collaborate with other developers.
- What is the difference between forking and cloning a repository? Forking a repository makes a copy of the repository in GitHub that you own. Cloning a repository downloads it to your local machine.