Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 8 additions & 12 deletions homework.md
Original file line number Diff line number Diff line change
@@ -1,25 +1,21 @@
# Linus's Homework

## 1. What is 2 + 2?

5

4
## 2. What is JavaScript?

An exciting new play about coffee.
A programming language used to make webpages dynamic.

## 3. What three problems does Git & GitHub solve?

When people want to show off code to each other they can put it on GitHub

It allows several people to work on a project simultaeneously without overwriting each other.
It allows people to share what they have done and for it to be agreed before changing the main program.
It allows people to see what changes have been made at every stage.
## 4. What happens when you `fork` a repository?

You delete it

When you fork you create a completely independent copy.
## 5. What happens when you clone a repository?

It send it to a friend

When you clone you make a local copy.
## 6. What is a Pull Request?

When you send a file over the internet
A pull request is when someone is wanting to make changes to the main programme. They create a pull request and it has to be accepted before the main programme has been changed.git