i created a new repo in my github and then added a readme file. then when i tried pushing it i get this message on my git
FSTC@DESKTOP-E9U1GUN MINGW64 ~/desktop/repos/paint (master)
$ git push -u origin master
Enumerating objects: 11, done.
Counting objects: 100% (11/11), done.
Delta compression using up to 4 threads
Compressing objects: 100% (10/10), done.
Writing objects: 100% (11/11), 2.18 KiB | 372.00 KiB/s, done.
Total 11 (delta 0), reused 0 (delta 0), pack-reused 0
remote:
remote: Create a pull request for 'master' on GitHub by visiting:
remote: https://github.com/ElkanemiProf/paint/pull/new/master
remote:
To https://github.com/ElkanemiProf/paint
* [new branch] master -> master
branch 'master' set up to track 'origin/master'.
and when i check on my repo i discover that it hasn't yet been uploaded into my repo. what should i do to resolve this issue.