A common branching strategy where developers create a new branch for each new feature is called _______.
- Feature Branching
- Hotfix Branching
- Master Branching
- Release Branching
Feature Branching is a common branching strategy where developers create a new branch for each new feature they are working on. This approach helps in isolating changes related to a specific feature and facilitates parallel development.
Loading...
Related Quiz
- What does OAuth primarily focus on in terms of user authorization?
- GitHub Flow emphasizes continuous _______ as a best practice.
- A company wants to deploy a web application with high availability. Which cloud platform service would you suggest, and how does it ensure high availability?
- How does Git mark merge conflicts in the affected files?
- You're tasked with building a large-scale e-commerce platform. Which framework would you choose and why?