From 8663b23ebef0352e051e7e8f8fc5af610b389e79 Mon Sep 17 00:00:00 2001 From: mo-muchunu Date: Wed, 7 May 2025 14:06:01 +0100 Subject: [PATCH 1/3] Fixed typos in the README.md file --- GitHomeworkFixErrors.code-workspace | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 GitHomeworkFixErrors.code-workspace diff --git a/GitHomeworkFixErrors.code-workspace b/GitHomeworkFixErrors.code-workspace new file mode 100644 index 00000000..5470e0ff --- /dev/null +++ b/GitHomeworkFixErrors.code-workspace @@ -0,0 +1,9 @@ +{ + "folders": [ + { + "name": "GitHomeworkFixErrors", + "path": "." + } + ], + "settings": {} +} \ No newline at end of file From 5aac33ffaa6d9b9d3c409f17c8d83854663d7f8d Mon Sep 17 00:00:00 2001 From: mo-muchunu Date: Thu, 8 May 2025 23:56:25 +0100 Subject: [PATCH 2/3] Corrected the errors in Linus' homework --- homework.md | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/homework.md b/homework.md index f7a8449a..1192f46f 100644 --- a/homework.md +++ b/homework.md @@ -2,24 +2,28 @@ ## 1. What is 2 + 2? -5 +4 ## 2. What is JavaScript? -An exciting new play about coffee. +JavaScript is a programming language that developers use to make interactive webpages to improve a website's user experience. ## 3. What three problems does Git & GitHub solve? -When people want to show off code to each other they can put it on GitHub +Version control – Git keeps a history of file edits, allowing you to revert or compare versions. + +Team Collaboration –Github lets multiple people work on the same project without file conflicts. + +Remote Backup & Access – GitHub stores code online, making it accessible and safe from data loss. ## 4. What happens when you `fork` a repository? -You delete it +Forking a repository creates your own copy of it, letting you freely make changes. ## 5. What happens when you clone a repository? -It send it to a friend +You copy a repository from GitHub to your local machine, so that you can work on it offline using Git. ## 6. What is a Pull Request? -When you send a file over the internet +It is a request to merge your changes into someone else’s repository, letting others review, discuss, and approve your code before it’s added. From a3f3dbb83fa5e2591c39e7b0416f0a63ba05f0ce Mon Sep 17 00:00:00 2001 From: Mo Date: Fri, 9 May 2025 00:54:04 +0100 Subject: [PATCH 3/3] Delete GitHomeworkFixErrors.code-workspace- no changes made- committed in error --- GitHomeworkFixErrors.code-workspace | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 GitHomeworkFixErrors.code-workspace diff --git a/GitHomeworkFixErrors.code-workspace b/GitHomeworkFixErrors.code-workspace deleted file mode 100644 index 5470e0ff..00000000 --- a/GitHomeworkFixErrors.code-workspace +++ /dev/null @@ -1,9 +0,0 @@ -{ - "folders": [ - { - "name": "GitHomeworkFixErrors", - "path": "." - } - ], - "settings": {} -} \ No newline at end of file