From 1667d12ac0ca0a14d20bdc28cc4fc8d11ab5ad76 Mon Sep 17 00:00:00 2001 From: Johnny <30743018+JohnnyBoyV@users.noreply.github.com> Date: Thu, 15 Jan 2026 10:19:51 +0000 Subject: [PATCH] Corrected Homework.md --- homework.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/homework.md b/homework.md index f7a8449a..fff2623e 100644 --- a/homework.md +++ b/homework.md @@ -6,20 +6,22 @@ ## 2. What is JavaScript? -An exciting new play about coffee. +A programming language. ## 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 lets you easily track changes. +It makes it easier for multiple developers work on something at the same time. +It allows you to remotely backup code. ## 4. What happens when you `fork` a repository? -You delete it +You make a personal copy of a repository to make your own personal changes. ## 5. What happens when you clone a repository? -It send it to a friend +You make a local copy of the repository to your machine. ## 6. What is a Pull Request? -When you send a file over the internet +A request to merge changes from a fork.