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?
拥有18年软件开发和IT教学经验。曾任多家上市公司技术总监、架构师、项目经理、高级软件工程师等职务。 网络人气名人讲师,...
The current project does not have this commit, so of course it cannot be picked. Try creating and applying patches.
The current project does not have this commit, so of course it cannot be picked.
Try creating and applying patches.