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

Leave a comment

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