PREVIOUS
Chapter
05
Having CI / CD tools combined is one thing, but using them wisely is another – not only from the infrastructure point of view but also from a software perspective.
In a situation where several developers work on the application’s code, there can be no room for only one branch to which all the commits, without any order, will be directed.
Each stage of the project should have a specific tree structure in the repository. GitFlow is a tool that in a well-defined way allows you to enter this life cycle of the entire project. Regarding this topic, we have a dedicated article where the entire flow we use is presented.