以嵌套样式创建发布分支
我想要这样的结构:
project/ # The overall repository, *and* the project's mainline branch
+ joe/ # Developer Joe's primary branch of development
| +- feature1/ # Developer Joe's feature1 development branch
| | +- broken/ # A staging branch for Joe to develop feature1
| +- feature2/ # Joe's feature2 development branch
| ...
+ barry/ # Barry's development branch
| ...
+ releases/
+- 1.0/
+- 1.1.1/
我正在嵌套样式存储库中工作,但没有发布分支。根据我所读到的内容,我所要做的就是简单地使用 bzr 分支项目release/XX
创建发布分支?我错了,还是有其他更好的方法?
I wanna have this structure:
project/ # The overall repository, *and* the project's mainline branch
+ joe/ # Developer Joe's primary branch of development
| +- feature1/ # Developer Joe's feature1 development branch
| | +- broken/ # A staging branch for Joe to develop feature1
| +- feature2/ # Joe's feature2 development branch
| ...
+ barry/ # Barry's development branch
| ...
+ releases/
+- 1.0/
+- 1.1.1/
I'm working in a nested style repository but without the releases branches. According to what I've read, what I have to do is simply create with bzr branch project release/X.X
the release branch? I am wrong, or there is a another and better way?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)