Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 601 Bytes

File metadata and controls

27 lines (15 loc) · 601 Bytes

Linus's Homework

1. What is 2 + 2?

4

2. What is JavaScript?

A Programming language that brings interactivity to a webpage

3. What three problems does Git & GitHub solve?

Recovery and backup Isolate changes and experiment without risk Collaborate on same project at the same time

4. What happens when you fork a repository?

You create a copy

5. What happens when you clone a repository?

You copy it to your local machine

6. What is a Pull Request?

It's a way for developers to submit their work for review and discussion before it's integrated into the main codebase.