I\'m curious why GitHub calls submissions to merge, \"Pull requests.\"
From my understanding, git pull will pull all changes, from a remote repository,
git pull
You push commits from from your private repository to your public repository. You can't however, force changes on someone else's repository, so you request that they pull from your public repository to theirs.