In the Gitflow workflow, the ________ branch contains the official release history.
- Master
- Develop
- Release
- Hotfix
In Gitflow, the "Release" branch contains the official release history, and it is where code freezes in preparation for a new release. This branch helps manage versioning effectively.
Loading...
Related Quiz
- During the migration to Git, a team encounters issues with large binary files slowing down the repository. What Git feature or strategy can address this issue?
- What is a Git Hook primarily used for?
- In a project with multiple contributors, two developers have made different changes to the same file. What Git feature will help resolve this when merging?
- In Git, how would you manage multiple remote repositories for the same local repository?
- What is a common practice for managing access to a Git repository?