To check your own understanding of GitHub, answer the questions that follow.
- What is the purpose of GitHub? GitHub is a cloud based repository, and allows one to save code on a cloud incase the local file is destroyed.
- What is the difference between forking and cloning a repository? Forking creates a copy of a repository onto the cloud, while cloning creates a copy of a repository locally.
new commit