A _______ branch is typically used for preparing, polishing, and finalizing a release.
- release
- feature
- master
- hotfix
A release branch is created to prepare, polish, and finalize a release. It is used to stabilize the code and ensure that it is ready for production before merging it into 'master.'
Loading...
Related Quiz
- A development team is implementing a code quality tool into their Git workflow. They need to automatically reject commits that don't meet the quality standards. Which Git feature should they leverage?
- After completing a significant feature, a developer wants to mark the current state of the repository for future reference. Which Git feature would be most appropriate?
- To ignore certain files from being tracked in Git, list them in a _______ file.
- A team automates their build process using Git. They notice that builds are triggered even for minor documentation changes. What Git feature can they use to prevent this?
- What is the main purpose of forking a repository in Git?