In a collaborative environment, a developer wants to contribute to a project they don't have write access to. What Git workflow should they follow?

  • Feature Branch Workflow
  • Gitflow Workflow
  • Forking Workflow
  • Centralized Workflow
The Forking Workflow is suitable for situations where a developer wants to contribute to a project without having direct write access. They fork the repository, create a feature branch in their fork, and then submit a pull request for the changes to be merged into the main project.
Add your answer
Loading...

Leave a comment

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