What is the best branching strategy to use when you want to do continuous integration?
- Release Branching: develop on trunk, keep a branch for each release.
- Feature Branching: develop each feature in a separate branch, only merge once stable.
Does it make sense to use both of these strategies together? As in, you branch for each release but you also branch for large features? Does one of these strategies mesh better with continuous integration? Would using continuous integration even make sense when using an unstable trunk?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…