Created
October 8, 2015 16:58
-
-
Save uhtred/0cea8d5c7675ffa6b267 to your computer and use it in GitHub Desktop.
Git Pull Request
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 {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