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