Created
August 28, 2010 13:33
-
-
Save tuupola/555130 to your computer and use it in GitHub Desktop.
Cherry picking commits from commandline.
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 remote add someguy http://github.com/someguy/repository.git | |
git fetch someguy | |
git cherry-pick xxxxxxx |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment