From b2a3d0ab863a047d6e180617018c2bb0d74a543c Mon Sep 17 00:00:00 2001 From: Rhosinjay-lee Date: Tue, 17 Oct 2023 14:49:41 +0200 Subject: [PATCH 1/2] BUG FIXING --- mine.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mine.py b/mine.py index cee063b..e77753c 100644 --- a/mine.py +++ b/mine.py @@ -1,6 +1,6 @@ # Define variables -name = "PUT YOUR NAME" -email = 'PUT YOUR EMAIL' +name = "Abdullah" +email = 'abdullahi4rosenje@gmail.com' # Print the name and email address print("Name:", name) From b334d28f0d004ced7f604bd4dd5056d6e4f42d70 Mon Sep 17 00:00:00 2001 From: Rhosinjay-lee Date: Tue, 17 Oct 2023 15:16:16 +0200 Subject: [PATCH 2/2] Documentation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9884dbc..fd7cd40 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,2 @@ # Git-Github -hello +hello! This task wasn't an easy one, just too much of information. Firstly, I forked the provided link to my repo and I cloned it with SSH, afterwards, i created a new branch, fixed the bug and then commit. I checkout to the main branch, pull new changes that could have happen, then i merged the new branch into it and i pushed it to my repo. voila!