What are the possible project models in distributed version control? Are there any better article to explain models like Pull only, Shared push, Single source ?
What are the possible project models in distributed version control? Are there any better
Share
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):