The ________ model in Git is ideal for open-source projects where contributors do not have direct write access to the main repository.

  • Forking
  • Centralized
  • Distributed
  • Feature Branching
The forking model in Git is ideal for open-source projects where contributors do not have direct write access to the main repository. Contributors fork the main repository, make changes in their forked copies, and then create pull requests to propose changes to the main repository. This model allows for a decentralized contribution workflow, making it easier for multiple contributors to work on the project simultaneously.
Add your answer
Loading...

Leave a comment

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