1.

Version Control Branch Types in Continuous Integration

Answer»

Below are the 3 branch type in Continuous Integration
(1)Main branch known as TRUNK, mainline or master.
(2)Release branch, used for bug fixes POST USER release.
(3)Work Branch, used by developers for DEVELOPMENT changes.



Discussion

No Comment Found