Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 543 Bytes

File metadata and controls

27 lines (15 loc) · 543 Bytes

Linus's Homework

1. What is 2 + 2?

4

2. What is JavaScript?

A programming language.

3. Name three problems Git & GitHub solve?

Allows for simultaneous edits and teamwork Allows you to take and view snapshots of code Version control

4. What happens when you fork a repository?

Independent copies of repo

5. What happens when you clone a repository?

It copies the source code from repo to local computer.

6. What is a Pull Request?

A request to commit all changes made in repo branch into another environment.