Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 473 Bytes

File metadata and controls

25 lines (13 loc) · 473 Bytes

Linus's Homework

1. What is 2 + 2?

4

2. What is JavaScript?

A programming language.

3. Name three problems Git & GitHub solve?

track change, revert to specific change intime, allow colaboration

4. What happens when you fork a repository?

become the owner of the copy

5. What happens when you clone a repository?

It resides in your own computer

6. What is a Pull Request?

when you make change and want to add to the original repo in github