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
7 changes: 3 additions & 4 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<!--

You must title your PR like this:

You must title yo
REGION | COHORT_NAME | FIRST_NAME LAST_NAME | PROJ_NAME

For example,
Expand All @@ -21,8 +20,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 Down
12 changes: 6 additions & 6 deletions homework.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,24 +2,24 @@

## 1. What is 2 + 2?

5
4

## 2. What is JavaScript?

An exciting new play about coffee.
JavaScript is a programming language used commonly with HTML, CSS and others.

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

When people want to show off code to each other they can put it on GitHub
When people want to share code. THey are able to share different versions of the code and gain visibility remotely or locally.

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

You delete it
Fork is similar to copy the only difference is that fork has its own seperate repository and does to impact the main repository when doing your changes.

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

It send it to a friend
it creates an exact copy of your repostiory an keeps the repository cpnnected to the main repository.

## 6. What is a Pull Request?

When you send a file over the internet
A pull request is the latest changes to your code waiting for approval .