To check your own understanding of GitHub, answer the questions that follow.
- What is the purpose of GitHub? Write your response here. Github allows for people to share, copy and fork their code in the cloud with others.
- What is the difference between forking and cloning a repository? Write your response here. Forking gives you a copy of the repository in your Github account. Cloning downloads it onto your computer.