Created
April 4, 2011 10:25
-
-
Save dg/901432 to your computer and use it in GitHub Desktop.
usage: remotepick nette kravco e7a90dd
This file contains 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
call git remote add temp http://github.com/%2/%1.git | |
call git fetch temp | |
call git cherry-pick %3 | |
call git remote rm temp |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment