To check your own understanding of GitHub, answer the questions that follow.
- What is the purpose of GitHub? To store and give access to multiple versions of projects at the same time in different repos.
- What is the difference between forking and cloning a repository? Forking creates another copy on another branch (still connected to main) remotely, at GitHub. Cloning creates a separate copy of a file on GitHub and puts it on your local machine.