how to create a pull request in github code example
Example 1: github pull request
git pull [repository link] [branch]
Example 2: how to send a pull request in git
git push origin some-branch
git pull [repository link] [branch]
git push origin some-branch