Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 529 Bytes

github_notes.md

File metadata and controls

8 lines (6 loc) · 529 Bytes

GitHub Notes

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

  1. What is the purpose of GitHub?
    GitHub provides a cloud-based repository for collaborative coding projects. It also has a social/professional networking purpose, including a place where you can share code you have created on your own.
  2. What is the difference between forking and cloning a repository?
    Forking copies a GitHub repo onto your online account; cloning copies a GitHub repo onto your device.