忘记在 Mercurial 提交描述中包含信息
如果您在 Mercurial 中进行提交:
hg commit -m "an incomplete description of the commit"
您可以选择哪些选项来更正提交描述? 我应该立即再次提交完整的描述吗?
edit
实际上,如果没有进行任何更改,您就无法提交。
If you make a commit in mercurial:
hg commit -m "an incomplete description of the commit"
what are your options for correcting the commit description? Should I just immediately commit again with the complete description?
edit
Actually, you can't commit without something having changed.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用
它完全撤消最后一次提交。然后您可以使用正确的消息重新提交。
Use
It undoes the last commit completely. You can then recommit with a proper message.