From 619516b35beeecb437ad668ede972589e35864e8 Mon Sep 17 00:00:00 2001 From: Aden Jones <151783992+AdenJones123@users.noreply.github.com> Date: Sun, 22 Dec 2024 03:16:44 +0200 Subject: [PATCH] Update homework.md --- homework.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/homework.md b/homework.md index f7a8449..32dc358 100644 --- a/homework.md +++ b/homework.md @@ -2,24 +2,25 @@ ## 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 more interactive ## 3. What three problems does Git & GitHub solve? -When people want to show off code to each other they can put it on GitHub +enabling collaboration, version control, and streamlined workflows. ## 4. What happens when you `fork` a repository? -You delete it +You copied an entire repository and make it your own ## 5. What happens when you clone a repository? -It send it to a friend +Forking creates a new repository under your account on the hosting service, allowing you to work independently of the original project. Cloning, on the other hand, creates a local copy of a repository on your machine. ## 6. What is a Pull Request? +A pull request (PR) is a formal request to merge code changes from one branch into another branch in a version control system + -When you send a file over the internet