From aef10a0e3550f5fd048c4c773a2d8dd0d67ed8a8 Mon Sep 17 00:00:00 2001 From: JayLuna12 <97865795+JayLuna12@users.noreply.github.com> Date: Wed, 25 Oct 2023 12:53:40 -0700 Subject: [PATCH 1/2] Create another_file.txt --- another_file.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 another_file.txt diff --git a/another_file.txt b/another_file.txt new file mode 100644 index 0000000..dbacbf1 --- /dev/null +++ b/another_file.txt @@ -0,0 +1 @@ +This is another branch i have made. From ff0dbdbf81185614b549d1fe513c4dfc3338c252 Mon Sep 17 00:00:00 2001 From: JayLuna12 <97865795+JayLuna12@users.noreply.github.com> Date: Wed, 25 Oct 2023 17:24:25 -0700 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7ed22dc..9e61a8a 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Spoon_Knife +# cs_205_module05 This repository serves as an illustrative guide for the process of forking a repository on GitHub. Forking a repository involves creating a personalized duplicate of someone else's project. These forks serve as a crucial link between the original repository and your individual copy. They empower you to contribute to the improvement of others' projects by proposing your modifications to the original project through Pull Requests. Forking lies at the heart of collaborative coding on GitHub.