Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 590 Bytes

File metadata and controls

25 lines (13 loc) · 590 Bytes

Linus's Homework

1. What is 2 + 2?

4

2. What is JavaScript?

A scripting language that can create web applications.

3. Name three problems Git & GitHub solve?

Three problems that Git & Github solve are Version control, Code Review & Issue tracking

4. What happens when you fork a repository?

You create a copy of the repository to your own account

5. What happens when you clone a repository?

You create a copy of the repository to your local computer drive to make changes

6. What is a Pull Request?

A pull request is to merge code changes into a project.