In Gitflow, the _______ branch is created from the master branch for emergency fixes.
- develop
- feature
- hotfix
- release
In Gitflow, the hotfix branch is created from the master branch for emergency fixes. Hotfixes are used to address critical issues in the production environment directly.
Loading...
Related Quiz
- Which branching strategy encourages developers to create feature branches off the main branch for each new feature?
- React is a JavaScript library for building _______ user interfaces.
- Which AWS service is used for container orchestration?
- What is the primary function of Azure Blob Storage?
- In TDD, what is the purpose of a "failing test"?