Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 515 Bytes

File metadata and controls

25 lines (13 loc) · 515 Bytes

Linus's Homework

1. What is 2 + 2?

4

2. What is JavaScript?

JavaScript is a programming language.

3. Name three problems Git & GitHub solve?

Git & GitHub helps people keep their projects, track changes and help people colaborate on code.

4. What happens when you fork a repository?

you create your own copy.

5. What happens when you clone a repository?

You copy a repository on your computer.

6. What is a Pull Request?

A pull request is to merge your changes into another branch.