To check your own understanding of GitHub, answer the questions that follow.
- What is the purpose of GitHub? it is a cloud respository to store projects, also a way to connect with other developers and pair code / code review.
- What is the difference between forking and cloning a repository? fork creates a copy on the cloud; cloning downloads a copy to your local computer