diff --git a/README.md b/README.md index 9884dbc..b100f73 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # Git-Github -hello +i first forked the repository as cloning it wasnt working, I then created a new branch named oladavies-oluwatoosin, I then fixed the bug by adding my name and email, I then commited the changes with a commit message and pushed to the oladavies oluwatoosin branch. +I then merged the oladavies-oluwatoosin branch to the main branch and commited and pushed the changes to the main branch +I then updated the readme documentation diff --git a/mine.py b/mine.py index cee063b..bc7bb8b 100644 --- a/mine.py +++ b/mine.py @@ -1,6 +1,6 @@ # Define variables -name = "PUT YOUR NAME" -email = 'PUT YOUR EMAIL' +name = "oladavies oluwatoosin" +email = 'oladaviestoosyn@gmail.com' # Print the name and email address print("Name:", name)