diff --git a/README.md b/README.md index 9884dbc..28d85f2 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,10 @@ # Git-Github -hello + + Clone the git repo +I forked the intial repo and then cloned it on my remote work station +I then created a branch with my name +I debugged the .py file by putting my email and address after which i made the commit +I then pushed the branch to the repository after which i merged the branch to the main branch +To update both files on the branch and master, i used a pull request, there was no conflict noticed, chnages were then commited and the final changes were oused to the main files + + diff --git a/mine.py b/mine.py index cee063b..2e68bb0 100644 --- a/mine.py +++ b/mine.py @@ -1,6 +1,6 @@ # Define variables -name = "PUT YOUR NAME" -email = 'PUT YOUR EMAIL' +name = Kayoyemi Adekoya +email = koyayemi@gmail.com # Print the name and email address print("Name:", name)