|
|
|
|
|
by bswinnerton
1969 days ago
|
|
This is known as “GitHub Flow” (https://guides.github.com/introduction/flow/). I was pretty surprised by it when I first joined GitHub but I’ve grown to love it. It makes rolling back changes much faster than having to open up a revert branch, get it approved, and deploy it. When something goes sideways, just deploy master / main, which is meant to always be in a safe state. |
|
EG: If two engineers have two different PRs open modifying `index.html`, how does that go to canary?