In branch by abstraction model, features are developed in
Answers
Answered by
16
The correct answer should be - The Feature Branch.
Branch by Abstraction is a kind of set-piece technique that is used effect a ‘longer to complete’ change in the trunk.
The feature branch branches off from the develop branch and it is used by a developer to implement a feature. When the feature has been finished, the developer will then merge this feature branch into the develop branch.
Branch by Abstraction is a kind of set-piece technique that is used effect a ‘longer to complete’ change in the trunk.
The feature branch branches off from the develop branch and it is used by a developer to implement a feature. When the feature has been finished, the developer will then merge this feature branch into the develop branch.
Answered by
0
In branch by ‘abstraction model’, features are developed in ‘trunk’
Explanation:
- 'Branch by Abstraction' is a ‘set-piece approach’ used to effect a ' longer to complete ' revision in the ‘trunk’. ‘Large-scale trunk-based development’ is best done with ‘short-lived feature branches’.
- A 'source-control' branching standard where ‘developers work on source code’ in a ‘single branch’ called ' trunk ' avoids any pressure to build other ‘long-lived development branches' by using recorded techniques. They, therefore, avert ‘merge hell and do not disturb the build’.
To know more
What vlans are allowed across a trunk when the range of allowed vlans is set to the default value
https://brainly.in/question/11823491
Similar questions