A development team is working on a feature that will take several weeks to complete. Which Git workflow model would best support their needs for isolation and regular integration?

  • Feature Branch Workflow
  • Gitflow Workflow
  • Forking Workflow
  • Centralized Workflow
In the Gitflow workflow, the development team can work on feature branches, providing isolation for their work. Regular integration can be achieved through the use of feature branches and the designated branches for development, release, and master. This model is suitable for longer-term projects with distinct phases.
Add your answer
Loading...

Leave a comment

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