5344
5432
1万
管理员
本站资源如失效,请点击反馈!
$ git cherry-pick
a - b - c - d Master \ e - f - g Feature
# 切换到 master 分支$ git checkout master# Cherry pick 操作$ git cherry-pick f
a - b - c - d - f Master \ e - f - g Feature
$ git cherry-pick feature
$ git cherry-pick A..B
$ git cherry-pick A^..B
$ git cherry-pick -m 1
$ git cherry-pick --continue
$ git remote add target git://gitUrl
$ git fetch target
$ git log target/master
使用道具 举报
本版积分规则 发表回复 回帖后跳转到最后一页
手机版|飞雪团队
GMT+8, 2024-11-24 04:11 , Processed in 0.068782 second(s), 24 queries , Gzip On.
Powered by Discuz! X3.4
Copyright © 2001-2021, Tencent Cloud.