English, asked by ajaymishra50, 1 year ago

Trunk based development is followed in __________

Answers

Answered by kanwalkeetkaurpaxfch
3
............branches




Answered by thesavior
4

Hi,

Trunk based development is followed in Branch. Trunk Based Development(TBD) is a software development style. In this all code is continuously integrated into a single workstream. TBD is a compatible.

In TBD there are set of simple rules like there is just one branch called 'trunk' in where developer directly commit, Developers consistently commit small changes, A manager can release branch commit should not destroy mainline and will be tested.

This approach is used by giants like facebook google etc.

Similar questions