Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 670 Bytes

File metadata and controls

27 lines (15 loc) · 670 Bytes

Linus's Homework

1. What is 2 + 2?

4

2. What is JavaScript?

JavaScript is a Programming Language for the Web.

3. Name three problems Git & GitHub solve?

When people want to show off code to each other they can put it on GitHub Version Control & History Tracking Collaboration Across Teams

4. What happens when you fork a repository?

You create a personal copy

5. What happens when you clone a repository?

All files, commit history, branches, and tags are downloaded from GitHub (or another remote host) to my computor.

6. What is a Pull Request?

You submit modifications like new features, bug fixes, documentation updates, for review.