【git】如何利用cherry-pick cp另外一个仓库的代码

284 阅读1分钟
$ git remote add target giturl

$ git fetch target

$ git cherry-pick <commitId>