Skip to content
Open
Show file tree
Hide file tree
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
5 changes: 3 additions & 2 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ For example,

Self checklist

- [ ] I have titled my PR with REGION | COHORT_NAME | FIRST_NAME LAST_NAME | PROJ_NAME
- [ ] My changes meet the requirements outlined in the `README.md` of this task
- [x] I have titled my PR with REGION | COHORT_NAME | FIRST_NAME LAST_NAME | PROJ_NAME
- [x] My changes meet the requirements outlined in the `README.md` of this task

## Changelist

Expand All @@ -33,3 +33,4 @@ Self checklist
You must replace "Briefly explain your PR." with a brief description of the changes you have made.
-->
Briefly explain your PR.
Homework corrected as per the assignment
14 changes: 8 additions & 6 deletions homework.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,24 +2,26 @@

## 1. What is 2 + 2?

5
4

## 2. What is JavaScript?

An exciting new play about coffee.
A programming language

## 3. Name three problems Git & GitHub solve?

When people want to show off code to each other they can put it on GitHub
1- When working on a project with multiple people they can see each other's work
2- Version control
3- Showing your work to outside people e.g. prospective employers

## 4. What happens when you `fork` a repository?

You delete it
A 'fork' is a copy of a repository in GitHub

## 5. What happens when you clone a repository?

It send it to a friend
A clone is a copy on your own computer

## 6. What is a Pull Request?

When you send a file over the internet
A request for your code to be reviewed