Created
January 17, 2015 06:20
-
-
Save ppworks/11199e379ed4ce3633e0 to your computer and use it in GitHub Desktop.
別のrepositoryAでやった全く同じ作業を別のrepositoryBでもやりたい ref: http://qiita.com/ppworks/items/55d000908f70542a7264
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 cd repositoryB | |
git remote add repositoryA [email protected]:repositoryA.git |
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 log --remotes=repositoryA |
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
commit fc355e43ba8963232f71fe2c69b27697bcb36a05 |
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 cherry-pick fc355e43ba8963232f71fe2c69b27697bcb36a05 -x |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment