What guidelines should be followed when using an unstable/testing/stable branching scheme?
- by Elliot
My team is currently using feature branches while doing development. For each user story in our sprint, we create a branch and work it in isolation. Hence, according to Martin Fowler, we practice Continuous Building, not Continuous Integration.
I am interested in promoting an unstable/testing/stable scheme, similar to that of Debian, so that…