# workflows

---

# workflows

* git-flow: we'll get there in a second
* github-style: a unique take on git-flow, with continuous integration in mind
* integration manager: one 'integration manager' is the only person with commit access to a 'blessed' repo
* dictator + lieutenants: great for massive projects (cough-linuxkernel-cough) where people are given responsibility for a subsystem ('lieutenants') and passes merged changes to the dictator to be finally commited

---

# git-flow

my personal favorite

![](img/git_flow.png)

---


# git is flexible <br/> mix and match workflows
