Work-flow Models

Git is flexible, allowing for the following popular work-flows:

Centralized Work-flow

Typical model for small teams Developers must coordinate with each other to avoid merge conflicts Easy transition for teams accustomed to the central model

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

Last updated