To check your own understanding of GitHub, answer the questions that follow.
- What is the purpose of GitHub?
GitHub provides a cloud-based repository for collaborative coding projects. It also has a social/professional networking purpose, including a place where you can share code you have created on your own. - What is the difference between forking and cloning a repository?
Forking copies a GitHub repo onto your online account; cloning copies a GitHub repo onto your device.