Git截取一段commits

Git截取一段commits

我们可以通过 cherry-pick 来选取部分 commits:

1
git cherry-pick A^..B