how to do a pull request in github code example
Example 1: how to pull git repository from github
git clone git@github.com:username/repo.git
Example 2: how to send a pull request in git
git push origin some-branch
git clone git@github.com:username/repo.git
git push origin some-branch