From 18cb05634ee9d6644d5eedce4ad5f31c6ff31c73 Mon Sep 17 00:00:00 2001 From: Mariia Trofymchuk Date: Sun, 25 May 2025 22:05:41 +0100 Subject: [PATCH 1/2] Fix errors in Linus's homework --- homework.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/homework.md b/homework.md index f7a8449a..179e7d43 100644 --- a/homework.md +++ b/homework.md @@ -14,12 +14,12 @@ When people want to show off code to each other they can put it on GitHub ## 4. What happens when you `fork` a repository? -You delete it +You copy it ## 5. What happens when you clone a repository? -It send it to a friend +duplicate it ## 6. What is a Pull Request? -When you send a file over the internet +When you send a file over the internet \ No newline at end of file From fc7086716401be616335b02cc3c2c455bb20b013 Mon Sep 17 00:00:00 2001 From: Mariia Trofymchuk Date: Fri, 30 May 2025 01:32:02 +0100 Subject: [PATCH 2/2] Save changes before switching branch --- homework.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homework.md b/homework.md index 179e7d43..e988873b 100644 --- a/homework.md +++ b/homework.md @@ -2,7 +2,7 @@ ## 1. What is 2 + 2? -5 +5. Fix answers in homework ## 2. What is JavaScript?