In Gitflow, what is the purpose of the release branch?
- Experimental Features, Continuous Integration, Rapid Prototyping
- Hotfix Testing, Bug Fixes, Continuous Deployment
- Long-term Development, Feature Merging, Code Reviews
- Stabilize Code, Finalize Features, Prepare for Deployment
The release branch in Gitflow is used to stabilize code, finalize features, and prepare for deployment. It allows for a controlled process of preparing a release version.
Loading...
Related Quiz
- What is a conflict resolution strategy in Git?
- The practice of writing only enough code to pass the existing tests is known as _______.
- In data migration, what is meant by "ETL"?
- Which attribute is used to provide an alternative text for an image in HTML?
- In Kubernetes, a _______ is a group of one or more containers, with shared storage/network resources, and a specification for how to run the containers.