diff --git a/README.md b/README.md index 9884dbc..22d99d0 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,9 @@ # Git-Github -hello +1.I Create a new branch named "FadareVictoria".
+2.I use the "FadareVictoria" branch, to make necessary code changes to fix the critical bug.
+3.I change name to "Fadare Victoria" and email to'ayomidefadare26@gmail.com' in the mine.py file.
+4.I Commit my changes with a meaningful commit message.
+5.I Push the "FadareVictoria" branch to the GitHub reposition.
+6.I did git checkout main.
+7.I merge "FadareVictoria" branch into the "main" branch.
+8.I Push the changes to the "main" branch on GitHub.
\ No newline at end of file diff --git a/mine.py b/mine.py index cee063b..fddb6db 100644 --- a/mine.py +++ b/mine.py @@ -1,6 +1,6 @@ # Define variables -name = "PUT YOUR NAME" -email = 'PUT YOUR EMAIL' +name = "Fadare Victoria" +email = 'ayomidefadare26@gmail.com' # Print the name and email address print("Name:", name)