Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 438 Bytes

File metadata and controls

9 lines (5 loc) · 438 Bytes

GitHub Notes

To check your own understanding of GitHub, answer the questions that follow.

  1. 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.
  2. 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