Skip to content

Latest commit

 

History

History
26 lines (13 loc) · 801 Bytes

homework.md

File metadata and controls

26 lines (13 loc) · 801 Bytes

Linus's Homework

1. What is 2 + 2?

4

2. What is JavaScript?

JavaScript is a programming language used to make websites more interactive

3. What three problems does Git & GitHub solve?

enabling collaboration, version control, and streamlined workflows.

4. What happens when you fork a repository?

You copied an entire repository and make it your own

5. What happens when you clone a repository?

Forking creates a new repository under your account on the hosting service, allowing you to work independently of the original project. Cloning, on the other hand, creates a local copy of a repository on your machine.

6. What is a Pull Request?

A pull request (PR) is a formal request to merge code changes from one branch into another branch in a version control system