git分支名一直带rebasing,如何去除

git分支名一直rebasing,

使用git rebase --continue

git rebase --skip

git reset --abort

都没有用,

最后直接删除

当前目录下的.git/rebase-apply

然后就ok了。

rm .git/rebase-apply

 

 

 

 

 

 

posted @ 2018-11-26 11:20  dzwaM  阅读(15919)  评论(0编辑  收藏  举报