Skip to content

Instantly share code, notes, and snippets.

@uhtred
Created October 8, 2015 16:58
Show Gist options
  • Save uhtred/0cea8d5c7675ffa6b267 to your computer and use it in GitHub Desktop.
Save uhtred/0cea8d5c7675ffa6b267 to your computer and use it in GitHub Desktop.
Git Pull Request
git checkout -b {branch temporaria}
git cherry-pick {hash do commit}
git push -u origin {branch temporaria}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment