There are two projects, A and B, in different folders, both managed with git. Now the code branch of project B wants to use a certain commit of the branch of project A. Can I use cherry-pick? Or is there any solution?
伊谢尔伦2017-05-02 09:42:34
The current project does not have this commit, so of course it cannot be picked.
Try creating and applying patches.