Skip to content

Latest commit

 

History

History
28 lines (15 loc) · 529 Bytes

File metadata and controls

28 lines (15 loc) · 529 Bytes

Linus's Homework

1. What is 2 + 2?

4

2. What is JavaScript?

It's a Programming language .

3. Name three problems Git & GitHub solve?

  1. Losing work / Overwriting files
  2. Multiple people editing the same project
  3. No clear record of what changed and why

4. What happens when you fork a repository?

You copied a full repository

5. What happens when you clone a repository?

You copy the repository in to your computer

6. What is a Pull Request?

is a way of letting other's to review your work