Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 514 Bytes

File metadata and controls

27 lines (15 loc) · 514 Bytes

Linus's Homework

1. What is 2 + 2?

4

2. What is JavaScript?

A programming language

3. Name three problems Git & GitHub solve?

Version control Collaboration Backup and code review

4. What happens when you fork a repository?

You create your own copy of the repository under your GitHub account

5. What happens when you clone a repository?

You download a full copy of the repository to your computer

6. What is a Pull Request?

A request to merge changes from one branch into another