【发布时间】:2019-03-21 13:37:27
【问题描述】:
我打算做一个变基来更新我的最后一次提交,但我不想完成所以我退出了。 (我意识到这可能不是最好的方法,但它已经完成了)我想我做错了,因为我收到了错误:
su@sun-PC MINGW64 /e/learninggit/git_learning (|REBASE-m)
$ git rebase --continue
error: could not read '.git/rebase-merge/head-name': No such file or directory
如何消除此错误以便继续提交?
我使用git rebase --abort 命令无效。
【问题讨论】:
标签: git