In Gitflow, the _______ branch is used for integrating completed features into the main development branch.
- develop
- feature
- hotfix
- release
In Gitflow, the develop branch is used for integrating completed features into the main development branch. It serves as the integration branch where features from individual branches are merged before release.
Loading...
Related Quiz
- You're working on a web application where user authentication is crucial. How would you handle authentication errors securely?
- Which of the following is a common testing framework used in TDD for JavaScript?
- What is the difference between == and === operators in JavaScript?
- The CSS grids layout model provides a two-dimensional layout system for _______ web pages.
- Which method is used to add elements to the end of an array in JavaScript?