From 0adfdc216ab9fb215f8f20f48db505b7bec5959f Mon Sep 17 00:00:00 2001 From: Femi Oyeniyi Date: Wed, 18 Oct 2023 20:46:37 +0300 Subject: [PATCH 1/2] Created my own brand --- mine.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mine.py b/mine.py index cee063b..2df756b 100644 --- a/mine.py +++ b/mine.py @@ -1,6 +1,6 @@ # Define variables -name = "PUT YOUR NAME" -email = 'PUT YOUR EMAIL' +name = "Femi Oyeniyi" +email = 'ayanfeoyeniyi@gmail.com' # Print the name and email address print("Name:", name) From c1d58a2424ac6f85f97abad6959a1221886f53b9 Mon Sep 17 00:00:00 2001 From: Femi Oyeniyi Date: Wed, 18 Oct 2023 21:13:44 +0300 Subject: [PATCH 2/2] Readme documentation added --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9884dbc..9cf8518 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,12 @@ # Git-Github -hello + +The process documentation. + +-Fork the repo +-Get the clone link and cloned it on the pc terminal +-cd into the repo on the pc to open it on the editor +-Create a new branch and make the neccessary changes on the mine.py file +-Stage the file by adding it to git +-Commit the file and push to origin +-create a pull request.. Make the changes also on the main branch and push to origin. +finally made the readme documentation on my personal branch.