Skip to content

Instantly share code, notes, and snippets.

@tgrrtt
Created July 17, 2014 21:09
Show Gist options
  • Save tgrrtt/c93a1733c493e98b392a to your computer and use it in GitHub Desktop.
Save tgrrtt/c93a1733c493e98b392a to your computer and use it in GitHub Desktop.
PR for only a specific commit
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