From b826dec9d5216e520fa0ef03f1676556c15379d6 Mon Sep 17 00:00:00 2001 From: sakaslim Date: Sun, 15 Oct 2023 22:50:45 +0100 Subject: [PATCH 1/2] Fixed name and email --- mine.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mine.py b/mine.py index cee063b..2e68bb0 100644 --- a/mine.py +++ b/mine.py @@ -1,6 +1,6 @@ # Define variables -name = "PUT YOUR NAME" -email = 'PUT YOUR EMAIL' +name = Kayoyemi Adekoya +email = koyayemi@gmail.com # Print the name and email address print("Name:", name) From 6ac52d2b7ab901f1b94644dc5dd62215b3af855a Mon Sep 17 00:00:00 2001 From: sakaslim Date: Sun, 15 Oct 2023 23:29:31 +0100 Subject: [PATCH 2/2] Documenting My Steps --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9884dbc..28d85f2 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,10 @@ # Git-Github -hello + + Clone the git repo +I forked the intial repo and then cloned it on my remote work station +I then created a branch with my name +I debugged the .py file by putting my email and address after which i made the commit +I then pushed the branch to the repository after which i merged the branch to the main branch +To update both files on the branch and master, i used a pull request, there was no conflict noticed, chnages were then commited and the final changes were oused to the main files + +