From b89afd65db8ed198e14676d1e1e5d226a593d45a Mon Sep 17 00:00:00 2001 From: salami olanrewaju Date: Sun, 22 Oct 2023 13:28:40 +0100 Subject: [PATCH 1/2] Fix critical bug: Update name and email in mine.py --- mine.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mine.py b/mine.py index cee063b..0077fca 100644 --- a/mine.py +++ b/mine.py @@ -1,6 +1,6 @@ # Define variables -name = "PUT YOUR NAME" -email = 'PUT YOUR EMAIL' +name = "olanrewaju salami" +email = 'slanxe15@gmail.com' # Print the name and email address print("Name:", name) From a5f4d65080490bc657ff821e7a07bb5e7f1ca188 Mon Sep 17 00:00:00 2001 From: salami olanrewaju Date: Sun, 22 Oct 2023 14:44:45 +0100 Subject: [PATCH 2/2] Update the READE.md --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9884dbc..59e9b56 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,10 @@ # Git-Github -hello +Process to Fix the BUG +Create a new branch named "olanrewaju-salami". +use the "olanrewaju-salami" branch, to make necessary code changes to fix the critical bug. +change name to "olanrewaju-salami" and email to'slanxe15@gmail.com' in the mine.py file. +Commit my changes with a meaningful commit message. +Push the "olanrewaju-salami" branch to the GitHub reposition. +did git checkout main. +merge "olanrewaju-salami" branch into the "main" branch. +Push the changes to the "main" branch on GitHub.