###Send a pull request on GitHub for only latest commit
git checkout -b upstream upstream/master
git cherry-pick
git push origin upstream
###Send a pull request on GitHub for only latest commit
git checkout -b upstream upstream/master
git cherry-pick
git push origin upstream