我想在我的本地分支重新排序 git 提交,目前,我的分支看起来像这样。
xxxxxxx-0-1-2-3
现在我想将顺序更改为以下
xxxxxxx-0-2-1-3 怎么用git来做呢?
git git-rebase
git ×1
git-rebase ×1