ApplicationsGit题解77 $ git checkout one$ git cherry-pick C4 C3 C2$ git checkout two$ git cherry-pick C5 C4 C3 C2$ git rebase C2 three