Integration Manager Work-Flow

Promotes successful asynchronous development Integration manager controls which features are released (and when) Developers do not need to wait in each other

  • Developers pull from central / blessed repository

  • Developers push into their public-facing repository

  • Developers may also pull from each other public repositories

  • Integration Manager pulls from developers' public repositories

  • Integration Manager pushes into 'blessed' repository

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

Last updated