From 856cecf4bbc4762606f8e1308d68aa644535a144 Mon Sep 17 00:00:00 2001 From: gloriamanks Date: Sat, 17 Jan 2026 16:26:44 +0000 Subject: [PATCH 1/2] fixed errors in linus homework --- .github/pull_request_template.md | 4 ++-- homework.md | 12 ++++++------ 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index c3e0510..4f26500 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -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 diff --git a/homework.md b/homework.md index 1a8a59b..7f47881 100644 --- a/homework.md +++ b/homework.md @@ -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 . \ No newline at end of file From 2d7eb50cfa12c5b3bc4a5867fcc74a2c65257d6c Mon Sep 17 00:00:00 2001 From: gloriamanks Date: Sat, 17 Jan 2026 16:27:54 +0000 Subject: [PATCH 2/2] fixing error in linus homework --- .github/pull_request_template.md | 3 +-- homework.md | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 4f26500..a6c2675 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,7 +1,6 @@