Dictator and Lieutenants Work-flow
Variation of the Integration-Manager Work-flow Popular model for large projects (i.e. Linux Kernel) More of 'push' / silo model:
Developer pushes into lieutenant's repository
Lieutenant, in turn, pushes into dictator repository
Dictator pushes into 'blessed' repository
Everyone pulls from upstream 'blessed' repository
No cross-stream pulls
Siloed development

*Reference: https://git-scm.com/book/en/v1/Distributed-Git-Distributed-Workflows
Last updated