git分支名一直rebasing,
使用git rebase --continue
git rebase --skip
git reset --abort
都没有用,
最后直接删除当前目录下的.git/rebase-apply
然后就ok了。
删除.git/rebase-apply搞定
本文介绍了一种解决在Git rebase过程中遇到无法继续、跳过或中止的问题的方法。当git rebase --continue、git rebase --skip、git reset --abort等命令无效时,可以直接删除当前目录下的.git/rebase-apply文件来解决。
git分支名一直rebasing,
使用git rebase --continue
git rebase --skip
git reset --abort
都没有用,
最后直接删除当前目录下的.git/rebase-apply
然后就ok了。
1万+
2201
6686
1026

被折叠的 条评论
为什么被折叠?