11
11
The decentralized with shared mainline workflow
12
12
-----------------------------------------------
14
In this workflow, each developer has their own branch or branches, plus commit rights to the main branch. They do their work in their personal branch, then merge it into the mainline when it is ready.
16
18
.. image:: images/workflows_shared.png
18
20
Other distributed workflows are explored later in this chapter.