Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 431 Bytes

File metadata and controls

6 lines (4 loc) · 431 Bytes

GitHub Notes

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

  1. What is the purpose of GitHub? It is a remote version management system that allows you to collaborate with other developers.
  2. What is the difference between forking and cloning a repository? Forking a repository makes a copy of the repository in GitHub that you own. Cloning a repository downloads it to your local machine.