Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 619 Bytes

homework.md

File metadata and controls

25 lines (13 loc) · 619 Bytes

Linus's Homework

1. What is 2 + 2?

4

2. What is JavaScript?

javascript is a programming language used for web development.

3. What three problems does Git & GitHub solve?

When people want to show off code to each other they can put it on GitHub and git is a version control which helps programmer to track their work.

4. What happens when you fork a repository?

You copy someone else's work in your repository.

5. What happens when you clone a repository?

you pull a repository to your local computer.

6. What is a Pull Request?

pull request is a request of change to the main branch.