Created
February 19, 2016 17:17
-
-
Save mattray/01d16de222ded801e4a0 to your computer and use it in GitHub Desktop.
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
| #cherry-picking | |
| #add the remote | |
| git cherry-pick 76fcd68 | |
| #cherry-pick uncommited | |
| git cherry-pick -n 76fcd68 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment