拆分 bzr 版本项目
我已经意识到我的项目的一部分可以从主代码库中分离出来并作为一个完全独立的程序进行维护。我希望新项目(回购)将保留分割之前的所有历史记录等。实现这一目标的最佳方法是什么
I have realized that a part of my project can be separated from the main code base and maintained as a completely separate program. I would like that the new project (repo) will keep all the history etc from before splitting. What is the best way of achieving this
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您应该能够使用 bzr split 命令。
请参阅
bzr split --help
了解更多信息。You should be able to use the bzr split command.
See
bzr split --help
for more info.