Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 528 Bytes

github_notes.md

File metadata and controls

6 lines (4 loc) · 528 Bytes

GitHub Notes

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

  1. What is the purpose of GitHub? Version control, cloud storage for your code if your local files get messed up, and allows you to work on projects together with other developers.
  2. What is the difference between forking and cloning a repository? Forking will make a copy of a repo from one persons github account to yours. Cloning will download that repo to your local machine, so that you can then edit the code locally.