From cefdaf300641448f4e828f85d515d4144cb46165 Mon Sep 17 00:00:00 2001 From: Brozz <176846339+TomJozz@users.noreply.github.com> Date: Mon, 29 Jun 2026 00:26:04 +0200 Subject: [PATCH 1/3] Fix typo and add section heading in README Corrected the spelling of 'affection' to 'affecting' and added a section heading for 'forks and branches'. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index d72c82a31..71b76ea9b 100644 --- a/README.md +++ b/README.md @@ -14,3 +14,5 @@ The **Pull requests** tab contains proposals to make some changes in the files l You can create an *Issue* or make a *Pull request (PR)* to contribute to the project. If you want to propose some changes to this repo, you may *fork* it, modify the content, and create *PR*. A *fork* is just a copy that allows you to change the content without affection the original project. + +forks and branches From 94c4fb2035418c5d4078f2e40fc4902c1f7d3a03 Mon Sep 17 00:00:00 2001 From: Brozz <176846339+TomJozz@users.noreply.github.com> Date: Mon, 29 Jun 2026 00:42:29 +0200 Subject: [PATCH 2/3] Revise README for clarity and grammar improvements Updated the README to provide a clearer introduction and corrected minor grammatical errors. --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 71b76ea9b..c33a795cd 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ # intro-to-github -This is a demo repository to practice using GitHub. +Intro to GitHub is an hands‑on demo for beginners to practice forks, branches, and pull requests. +--- It has two files in the **Code** tab: - **README.md** is a file that describes this repo (you are currently reading it) @@ -14,5 +15,3 @@ The **Pull requests** tab contains proposals to make some changes in the files l You can create an *Issue* or make a *Pull request (PR)* to contribute to the project. If you want to propose some changes to this repo, you may *fork* it, modify the content, and create *PR*. A *fork* is just a copy that allows you to change the content without affection the original project. - -forks and branches From 8c6d76295ba5dd23b222ab0d48d92a51283d34d0 Mon Sep 17 00:00:00 2001 From: TomJozz Date: Mon, 29 Jun 2026 01:03:34 +0200 Subject: [PATCH 3/3] Add information about local repository in readme file --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index d72c82a31..903b62a5b 100644 --- a/README.md +++ b/README.md @@ -13,4 +13,6 @@ The **Pull requests** tab contains proposals to make some changes in the files l You can create an *Issue* or make a *Pull request (PR)* to contribute to the project. +Testing. + If you want to propose some changes to this repo, you may *fork* it, modify the content, and create *PR*. A *fork* is just a copy that allows you to change the content without affection the original project.