Continuous Integration: Is it possible in Branch-Based Development?

Avery Roswell
Mar 27, 2020 · 9 min read
Photo by Noah Rosenfield on Unsplash

Continuous Integration — the term seems self-explanatory. Integration that happens all the time. In the software development context, it’s the combining of application source code changes into the main or master version of the code base. This indicates that some form of code versioning must be used, and the main version of the source code is often referred to as the…