Olivier Van Steenlandt describes one branching strategy and applies it to database development:
Depending on how you have defined your branching strategy, you will start development differently. Below I’m defining a few different branching strategies:
1. No branching
2. Branching/environment
3. Branching/feature
4. …
In the past, I have used all of the above. I need to tell you that the Branching/feature strategy allows me to be the most flexible for database development. Why? Let’s dive into this method for now:
Read on to learn more.