From 508693d4a93f842db8862a8ed8a397e0a9746c75 Mon Sep 17 00:00:00 2001 From: YoditE Date: Sat, 23 May 2026 15:36:28 +0100 Subject: [PATCH 1/2] Fix homework answer --- homework.md | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/homework.md b/homework.md index 1a8a59b2..606c6cad 100644 --- a/homework.md +++ b/homework.md @@ -2,24 +2,26 @@ ## 1. What is 2 + 2? -5 +4 ## 2. What is JavaScript? -An exciting new play about coffee. +JavaScript is a programming language used to make websites interactive. ## 3. Name three problems Git & GitHub solve? -When people want to show off code to each other they can put it on GitHub - +Git and GitHub help developers: +. save code history +. work together on projects +. share and manage code online ## 4. What happens when you `fork` a repository? -You delete it +Forking a repository creates your own copy of the repository on GitHub. ## 5. What happens when you clone a repository? -It send it to a friend +Cloning a repository copies the project from GitHub to your computer. ## 6. What is a Pull Request? -When you send a file over the internet +A Pull Request is a request to merge your changes into another repository or branch. From 075bdbe348147429ae63298fd70377291bd77270 Mon Sep 17 00:00:00 2001 From: YoditE Date: Tue, 2 Jun 2026 23:09:22 +0100 Subject: [PATCH 2/2] Fix homework answers --- homework.md | 1 + 1 file changed, 1 insertion(+) diff --git a/homework.md b/homework.md index 606c6cad..0a651947 100644 --- a/homework.md +++ b/homework.md @@ -25,3 +25,4 @@ Cloning a repository copies the project from GitHub to your computer. ## 6. What is a Pull Request? A Pull Request is a request to merge your changes into another repository or branch. +