From 2c3855b03ca103d3d8885c3c11a2c8b697357b4e Mon Sep 17 00:00:00 2001 From: Esther Ehikioya Date: Mon, 23 Oct 2023 17:41:17 +0100 Subject: [PATCH 1/2] made changes --- mine.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/mine.py b/mine.py index cee063b..e69f5a3 100644 --- a/mine.py +++ b/mine.py @@ -1,7 +1,7 @@ # Define variables -name = "PUT YOUR NAME" -email = 'PUT YOUR EMAIL' +name = "Esther Ehikioya" +email = 'estherehikioya@gmail.com' # Print the name and email address -print("Name:", name) -print("Email:", email) +print("Esther Ehikioya:", name) +print("estherehikioya@gmail.com:", email) From 15fe20e0961a890a80c7aac0e8d0f2f9ac8e7277 Mon Sep 17 00:00:00 2001 From: Esther Ehikioya Date: Mon, 23 Oct 2023 18:07:37 +0100 Subject: [PATCH 2/2] Wrote on the README file --- README.md | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9884dbc..77d3463 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,21 @@ # Git-Github -hello +hi +I attempted this assignment several times. +At first i didn't create a folder that includes the mine.py file. +so add a branch or commiting a barnch was really confusing from the start. +So after several mistakes, i had to delte everything and start from the begining +I created a folder on my desktop interface and named it "git assignment" +and i used git bash to open it and started with cloning the link provided in the assignment. +i cloned successfully, cd into "Git-Github" +created a branch +switched to the branch +then wrote git remote add origin "the link that was provided" +then wrote code. and it automatically opened the mine.py file with the code editor, i made the changes and saved +then back to the command prompt +i typed git add . +git commit -m "changes made" +git push origin "branchname" +it automatically sihned in to my github account but it wasn't accepted so i had to fork the repo of Git-Github.git and i made my copy. +After that i repeate dthe processes above and pushed it and it worked. +so i had to compare and pull the request with that of the main branch on github. +it was a good experience for me because i haven't gone through this before. And i found it very fulfilling too. \ No newline at end of file