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.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *