Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 588 Bytes

File metadata and controls

27 lines (15 loc) · 588 Bytes

Linus's Homework

1. What is 2 + 2?

4

2. What is JavaScript?

A programming language.

3. What three problems does Git & GitHub solve?

When people want to show off code to each other they can put it on GitHub Team mates can make changes working on a project. You can stay up to date with the latest updates

4. What happens when you fork a repository?

you create a copy on your account

5. What happens when you clone a repository?

you transfer it to your computer

6. What is a Pull Request?

When you request to transfer your changes from your branch to main