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. 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.