Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 525 Bytes

File metadata and controls

25 lines (13 loc) · 525 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, code distribution, remote collaboration.

4. What happens when you fork a repository?

You copy it to your Github.

5. What happens when you clone a repository?

You copy it to your local computer.

6. What is a Pull Request?

A request for your collaborators to review your code and verify if it's alright to commit its changes to the selected branch.