diff --git a/README.md b/README.md index 813b6e3..e63c0bd 100644 --- a/README.md +++ b/README.md @@ -1 +1,3 @@ -# Git-Github \ No newline at end of file +# Git-Github +Outcome from the merge of the branch to the main branch indicates that the branch was ahead of "origin/main" by 1 commit. +This was resolved by initiating a push of the local commit to the remote repo. After this, the branch and origin/main became up to date. \ No newline at end of file diff --git a/mine.py b/mine.py index cee063b..042cc48 100644 --- a/mine.py +++ b/mine.py @@ -1,6 +1,6 @@ # Define variables -name = "PUT YOUR NAME" -email = 'PUT YOUR EMAIL' +name = "JAMES AKINOLA" +email = 'BROAKIN@GMAIL.COM' # Print the name and email address print("Name:", name)