In today’s case:
Several commits that are used to fix bugs in the Dev1.1.6 branch, but have already been added to the Dev1.1.7 branch, are then added to the minor dev1.1.6.6 branch to quickly get the bugfix changes online
Git cherry-pick git cherry-pick git cherry-pick
Git checkout dev1.1.6.6 git checkout dev1.1.6.6 git checkout dev1.1.6.6 B is A~B including A, A.. Git cherry-pick 6951383^.. 6b52f02 # Push remote git pushCopy the code
At this point, the problem is solved perfectly
Git Cherry-pick