如何从颠覆提交(重新)生成补丁?
让我们假设在一个分支上执行了一系列提交,但该分支尚未与主干重新同步。是否可以从提交生成全局补丁?是否可以从一系列提交中生成“分组”补丁?如果是,怎么办?
Let's imagine a series of commits have been performed on a branch, but the branch has not been resynchronized with trunk yet. Is it possible to generate global patches from a commit? Is it possible to generate a 'grouped' patch from a series of commits? If yes, how?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
其中
XXX
和YYY
是开始和结束修订号。where
XXX
andYYY
are the start and end revision numbers.