Your team follows the Gitflow branching model, and a new release branch needs to be created. Describe the steps you would take to create and merge this branch efficiently.
- Create a new branch from develop for the release
- Create a new branch from master for the release
- Directly make changes in master
- Use git tag to mark the release
In the Gitflow branching model, to create and merge a new release branch efficiently, you would create a new branch from develop for the release. This ensures that features are stabilized in the develop branch before creating a release.
Loading...
Related Quiz
- What is the time complexity of accessing an element in an array?
- You're building a form validation script in JavaScript. How would you ensure that an email input field contains a valid email address before submitting the form?
- You are reviewing a pull request and notice that a team member has made changes to a critical part of the codebase without any documentation. How would you address this situation?
- What is Docker used for in containerization?
- In AWS, _______ is a service for scalable storage in the cloud.