Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 786 Bytes

File metadata and controls

25 lines (13 loc) · 786 Bytes

Linus's Homework

1. What is 2 + 2?

4

2. What is JavaScript?

JavaScript is a programming language used commonly with HTML, CSS and others.

3. Name three problems Git & GitHub solve?

When people want to share code. THey are able to share different versions of the code and gain visibility remotely or locally.

4. What happens when you fork a repository?

Fork is similar to copy the only difference is that fork has its own seperate repository and does to impact the main repository when doing your changes.

5. What happens when you clone a repository?

it creates an exact copy of your repostiory an keeps the repository cpnnected to the main repository.

6. What is a Pull Request?

A pull request is the latest changes to your code waiting for approval .