Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 637 Bytes

File metadata and controls

27 lines (15 loc) · 637 Bytes

Linus's Homework

1. What is 2 + 2?

4

2. What is JavaScript?

a scripting language used to create and control dynamic website content

3. Name three problems Git & GitHub solve?

safely save work being able to go back to previous versions share and work with teammates without difficulties

4. What happens when you fork a repository?

you make a copy of that repository on you github account

5. What happens when you clone a repository?

you create a local copy of the remote repository on your computer

6. What is a Pull Request?

When you make changes in branch to be reviewed and merged into the main repo