vscode 变基为何卡住?

发布于 2022-09-12 03:17:34 字数 201 浏览 10 评论 0

git commit 记录:

- a1
- a2
- a3
- a4
- a5
git rebase -i a5

删除中间的commit, :wq

然后就卡住了。 尝试几次都这样,请问是这个操作有什么问题吗?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

何止钟意 2022-09-19 03:17:34

不应该是删掉,若你想合并的话应该把中间三个开头改为 s:

pick a1 信息1
s a2 信息2
s a3 信息3
s a4 信息4
pick a5 信息5

 Rebase a0..a5 onto a0 (5 commands)
#
# Commands:
# p, pick = use commit
# r, reword = use commit, but edit the commit message
# e, edit = use commit, but stop for amending
# s, squash = use commit, but meld into previous commit
# f, fixup = like "squash", but discard this commit's log message
# x, exec = run command (the rest of the line) using shell
# d, drop = remove commit

随后输入 :wq 保存退出

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文