git rebase -i <commitid>
## 在当前分支 git branch -m new_branch_name ## 不在当前分支 git branch -m old_branch_name new_branch_name
git cherry-pick <commitid>