What is CI? (Continuous Integration)
Developers pushing many small changes to a central GIT repo per day.
These changes are verified by an automatic software that runs comprehensive tests to ensure no major issues are seen by the customer
Branch based development process

Last updated