Skip to content

Instantly share code, notes, and snippets.

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