From 849b164b645e4517252142fd96e90f6f67479e75 Mon Sep 17 00:00:00 2001 From: toosyn Date: Sun, 15 Oct 2023 21:05:12 +0100 Subject: [PATCH 1/2] name and email edited --- mine.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) From 1bcadda97ac279ae66ae7fed5244d89e02526af2 Mon Sep 17 00:00:00 2001 From: oluwatoosyn Date: Sun, 15 Oct 2023 22:17:33 +0100 Subject: [PATCH 2/2] added read me dcumentation --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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