Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 479 Bytes

File metadata and controls

6 lines (4 loc) · 479 Bytes

GitHub Notes

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

  1. What is the purpose of GitHub? To store and give access to multiple versions of projects at the same time in different repos.
  2. 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.