Skip to content

Latest commit

 

History

History
27 lines (14 loc) · 524 Bytes

homework.md

File metadata and controls

27 lines (14 loc) · 524 Bytes

Linus's Homework

this is the new branch

1. What is 2 + 2?

4

2. What is JavaScript?

A programming language.

3. What three problems does Git & GitHub solve?

software development, enabling collaboration, version control.

4. What happens when you fork a repository?

you basically create your own copy of the repository.

5. What happens when you clone a repository?

you create a copy to work with locally.

6. What is a Pull Request?

review and merge code changes from one branch to another.