diff --git a/README.md b/README.md index 9884dbc..fd7cd40 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,2 @@ # Git-Github -hello +hello! This task wasn't an easy one, just too much of information. Firstly, I forked the provided link to my repo and I cloned it with SSH, afterwards, i created a new branch, fixed the bug and then commit. I checkout to the main branch, pull new changes that could have happen, then i merged the new branch into it and i pushed it to my repo. voila! diff --git a/mine.py b/mine.py index cee063b..e77753c 100644 --- a/mine.py +++ b/mine.py @@ -1,6 +1,6 @@ # Define variables -name = "PUT YOUR NAME" -email = 'PUT YOUR EMAIL' +name = "Abdullah" +email = 'abdullahi4rosenje@gmail.com' # Print the name and email address print("Name:", name)