Which branching strategy encourages developers to create feature branches off the main branch for each new feature?
- Feature Branching
- Forking Workflow
- Git Flow
- Trunk-Based Development
The branching strategy that encourages creating feature branches off the main branch for each new feature is known as "Git Flow." It promotes a structured approach to managing features, releases, and hotfixes in a Git repository.
Loading...
Related Quiz
- Python's extensive standard library and simplicity make it an ideal choice for _______ development.
- What is a composite key in Cassandra?
- The Python module used for logging is called _______.
- One of the benefits of code review is _______ , which helps team members understand different parts of the codebase.
- The split() method in JavaScript is used to split a string into an array of _______.