Trunk Based Development:修订间差异
创建页面,内容为“A source-control branching model, where developers collaborate on code in a single branch called ‘trunk’ *, resist any pressure to create other long-lived development branches by employing documented techniques. They therefore avoid merge hell, do not break the build, and live happily ever after. <ref>https://trunkbaseddevelopment.com/</ref> Category:Git Category:Development” |
小无编辑摘要 标签:2017版源代码编辑 |
||
第2行: | 第2行: | ||
<ref>https://trunkbaseddevelopment.com/</ref> | <ref>https://trunkbaseddevelopment.com/</ref> | ||
[[Image:Trunk-based.png|600px]] | |||
2024年10月29日 (二) 09:40的版本
A source-control branching model, where developers collaborate on code in a single branch called ‘trunk’ *, resist any pressure to create other long-lived development branches by employing documented techniques. They therefore avoid merge hell, do not break the build, and live happily ever after. [1]