What are the possible project models in distributed version c开发者_Go百科ontrol? Are there any better article to explain models like Pull only, Shared push, Single source ?
The successful branching model article is a good start, even if it deals first with branching, before mentioning the collaborative aspect.
It pays to be clear on the branching model first, in order to know what will be published (pull/pushed), and what will not (private branches).
The distributed workflows are introduced in the GitBook, and detailed in Pro Git book, where they are called (and this is not an exhaustive list):
- Centralized Workflow
- Integration-Manager Workflow
- Dictator and Lieutenants Workflow
精彩评论