Created
July 17, 2014 21:09
-
-
Save tgrrtt/c93a1733c493e98b392a to your computer and use it in GitHub Desktop.
PR for only a specific commit
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git checkout -b upstream upstream/master | |
git cherry-pick <SHA hash of commit> | |
git push origin upstream |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment