From d3c4d3d93579b25125788b902b6a01ea4454d1ba Mon Sep 17 00:00:00 2001 From: Mahmoud Date: Sat, 17 Jan 2026 15:01:38 +0000 Subject: [PATCH 1/3] first comment --- homework.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/homework.md b/homework.md index 1a8a59b..8ed44c3 100644 --- a/homework.md +++ b/homework.md @@ -2,7 +2,9 @@ ## 1. What is 2 + 2? -5 +# I change the file + +6 ## 2. What is JavaScript? From 894b164f003216fbf900f3d8e72b8ef041cd66ae Mon Sep 17 00:00:00 2001 From: Mahmoud Date: Sat, 17 Jan 2026 15:40:38 +0000 Subject: [PATCH 2/3] the second commit --- homework.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/homework.md b/homework.md index 8ed44c3..8fc1c77 100644 --- a/homework.md +++ b/homework.md @@ -12,6 +12,10 @@ An exciting new play about coffee. ## 3. Name three problems Git & GitHub solve? +# Ichange the file + +3 pramlems + When people want to show off code to each other they can put it on GitHub ## 4. What happens when you `fork` a repository? From 49eb83b79680182575526c427b0f325f11280bf2 Mon Sep 17 00:00:00 2001 From: Mahmoud Date: Wed, 21 Jan 2026 22:29:51 +0000 Subject: [PATCH 3/3] Fixed the math errors in the homeworkcls --- homework.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/homework.md b/homework.md index 8fc1c77..583119a 100644 --- a/homework.md +++ b/homework.md @@ -4,7 +4,7 @@ # I change the file -6 +4 ## 2. What is JavaScript? @@ -12,9 +12,9 @@ An exciting new play about coffee. ## 3. Name three problems Git & GitHub solve? -# Ichange the file +# I change the file -3 pramlems +3 problems When people want to show off code to each other they can put it on GitHub @@ -24,7 +24,7 @@ You delete it ## 5. What happens when you clone a repository? -It send it to a friend +It sends it to a friend ## 6. What is a Pull Request?