Jump to content

Integrator workflow

From Wikipedia, the free encyclopedia

This is the current revision of this page, as edited by Citation bot (talk | contribs) at 06:20, 2 June 2022 (Add: title. Changed bare reference to CS1/2. | Use this bot. Report bugs. | Suggested by BrownHairedGirl | #UCB_webform 2464/3545). The present address (URL) is a permanent link to this version.

(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

Integrator workflow, also known as Integration Manager Workflow,[1] is a method to handle source code contributions in work environments using distributed version control.

Scenario

[edit]

Frequently, in a distributed team, each developer has write access to their own public repository and they have read access to everyone else’s. There is also a dedicated repository, the blessed repository, which contains the "reference" version of the project source code. To contribute to this, developers create their own public clone of the project and push their changes to those. Then, they request one or more maintainers of the blessed repository to pull in their changes.

Implementations

[edit]

References

[edit]
  1. ^ "Git - Distributed Workflows".