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. 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)