git同步某个commit

首先 git cherry-pick ID(commit)

如果有冲突解决冲突

然后在git add

最后git cherry-pick  ---continue

猜你喜欢

转载自www.cnblogs.com/senior-engineer/p/12701048.html