|
|
|
|
|
by madeofpalk
4012 days ago
|
|
I think the idea is that the branches cascade. You would never create new commits directly into release or master, the flow would only ever be develop > release > master, thus making merge commits and conflicts impossible. |
|