From 95a92ac109c6ea68199d4bbd1cee5d9636687962 Mon Sep 17 00:00:00 2001 From: 7hundredtech Date: Fri, 13 Oct 2023 22:29:04 +0100 Subject: [PATCH 1/2] Add Details --- mine.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mine.py b/mine.py index cee063b..63e5d97 100644 --- a/mine.py +++ b/mine.py @@ -1,6 +1,6 @@ # Define variables -name = "PUT YOUR NAME" -email = 'PUT YOUR EMAIL' +name = "Gbenga Ojo-samuel" +email = 'ojosamuel700@gmail.com' # Print the name and email address print("Name:", name) From d032271d08b1e246990c72da4fc98520b37e4e0d Mon Sep 17 00:00:00 2001 From: 7hundredtech Date: Fri, 13 Oct 2023 23:02:09 +0100 Subject: [PATCH 2/2] project documentation --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 813b6e3..659736a 100644 --- a/README.md +++ b/README.md @@ -1 +1,11 @@ -# Git-Github \ No newline at end of file +# Git-Github +# i forked the repository from 'https://github.com/VeeSprout/Git-Github.git' and cloned it on my local machine +# Then i created a branch of the main repo with my full name "gbenga-ojo-samuel" using the branched command +# using the checkout command i navigated to the new branch created +# in the new branch i updated the mine.py file with full name and email address. +# i saved the file and move it to the stage=ing area with the "add" command. +# i commit the file with a meaningful measage . +# Using the Push command , i push the branch "gbenga-ojo-samuel" to the remote repository. +# Then i checked out to the main branch to merge the "main" and "gbenga-ojo-samuel" branches +# with the "git merge" command i performed a fast-forward merging of both branches without any conflit +# Then i used the push command to publish my local commits to the remote rpository.