如何在 Git 中标记某个变更集?
我试图找出如何标记历史记录中较早发生的变更集。我将其作为程序的功能部分来执行,因此,我无法进行签出然后标记,因为工作副本可能不干净,而且我也不敢修改存储,因为它可能已经包含某些内容。
I am trying to find out how to tag a changeset that occurred earlier in the history. I am doing this as a feature part of a program, so, I can't do checkout and then tag, because the working copy may not be clean, and I dare not to modify the stash either because it may already contain something.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
见此人:
See the man:
只需使用:
有关标签的更多信息:Git 社区图书Git 标签嗯>。
Just use:
More on tags: Git tags in the Git Community Book.