Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 780 Bytes

File metadata and controls

26 lines (15 loc) · 780 Bytes

Linus's Homework

1. What is 2 + 2?

4

2. What is JavaScript?

A lightweight programming language ued to make web pages intractive and dynamic. Sometimes it is used alongside HTML and CSS

3. Name three problems Git & GitHub solve?

  • Tracking changes
  • Collaboration conflicts
  • Having backups

4. What happens when you fork a repository?

You copy the repo to our own repository and any changes you make wont affect the orginal repo

5. What happens when you clone a repository?

You downloud it on to your own machine

6. What is a Pull Request?

When contributing to a repository you don’t have full control over, you can’t push changes directly. Instead, you submit a pull request so reviewers can review your work before approving and merging it.