Computer Science, asked by jsrprofile, 11 months ago

Trunk based development is followed in

1) Stream based version control
2) branch by abstraction
3) none

Answers

Answered by ishikanegi2003
7

2)branch by abstraction.

Trunk based development is followed in Branch. Trunk Based Development(TBD) is a software development style.

Answered by mindfulmaisel
0

‘Trunk based development’ is followed in stream based version control.

Option: (1)

Explanation:

  • Trunk based development can be defined as a strategy of version control where the developers have to commit their changes to the shared trunk of the source code repository with the minimal branching.  
  • By the mid of 2000s, it has become a mainstream development practice. Currently it is applicable to centralized VCS and Distributed VCS.  
  • Here, new features are developed subsequently on the trunk as a series of minimal incremental steps.

Learn more about Trunk based development

What trunk based development is followed in?

https://brainly.in/question/6661069

Similar questions