Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 529 Bytes

File metadata and controls

26 lines (14 loc) · 529 Bytes

Linus's Homework

1. What is 2 + 2?

4

2. What is JavaScript?

A coding language

3. Name three problems Git & GitHub solve?

When people want work together on a code a place to save and make changes on code

4. What happens when you fork a repository?

You make a copy from the another code owner to your own

5. What happens when you clone a repository?

It will be copied to whereever you want it. e.g your local computer

6. What is a Pull Request?

it allows highlight erroes and allows for changes