Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 752 Bytes

File metadata and controls

27 lines (15 loc) · 752 Bytes

Linus's Homework

1. What is 2 + 2?

4

2. What is JavaScript?

A programming language

3. Name three problems Git & GitHub solve?

When people want to show off code to each other they can put it on GitHub. Github allows you to go track changes in your code. Github allows you to collaborate with other people.

4. What happens when you fork a repository?

You make a copy of the project's code to contribute to someone else's project.

5. What happens when you clone a repository?

You make an exact copy of the code to a local environment like you VScode.

6. What is a Pull Request?

A Pull Request (PR) is a way to notify team members that you’ve finished a feature or fix and want to merge your code into the main project.