To check your own understanding of GitHub, answer the questions that follow.
- What is the purpose of GitHub? Version control, cloud storage for your code if your local files get messed up, and allows you to work on projects together with other developers.
- What is the difference between forking and cloning a repository? Forking will make a copy of a repo from one persons github account to yours. Cloning will download that repo to your local machine, so that you can then edit the code locally.