1 min readAug 9, 2019
Hi Azra,
Did you definitely create a branch and make changes there first? If you have made changes directly on the master branch then the pull request option won’t be visible.
Alternatively, you need to run this command the first time you push your branch or it will not push your changes.
git push --set-upstream origin my-branch
Hope this helps.