Skip to content

Latest commit

 

History

History
28 lines (15 loc) · 439 Bytes

File metadata and controls

28 lines (15 loc) · 439 Bytes

Linus's Homework

1. What is 2 + 2?

4

2. What is JavaScript?

A scripting language

3. Name three problems Git & GitHub solve?

Versioning It suppoerts collaboration For Error and Development

4. What happens when you fork a repository?

It copies the repository to your own git repository

5. What happens when you clone a repository?

It save a copy locally

6. What is a Pull Request?

A request due for review