有没有办法执行“git commit --amend”?自动使用旧的提交消息而不是提示我们编辑旧的?

发布于 2024-11-03 09:19:27 字数 383 浏览 0 评论 0原文

可能的重复:
我可以跳过提交消息吗当我运行 git commit --amend?

时的步骤

有没有办法执行 git commit --amend 自动使用旧的提交消息而不是提示我们编辑旧的消息?

我知道我只需要输入 :q 但如果有其他参数我会在 git commit 中传递,我更喜欢这种方式。

谢谢!

Possible Duplicate:
Can I skip the commit message step when I run git commit --amend?

Is there a way to do a git commit --amend that automatically uses the old commit message instead of prompting us to edit the old one?

I know I just need to type in <ESC>:q but if there was some other argument I'd pass in the git commit, I'd prefer it that way.

Thanks!

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

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

发布评论

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

评论(1

开始看清了 2024-11-10 09:19:27

当然:

git commit --amend -C HEAD

Sure:

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