Last place of employment had develop as the default branch. Actually quite liked it. (There also was a main branch, which only got merged into as part of the release flow, so might as well have called it release, I suppose).
Anyway, IMO it communicated “volatile and subject to change” a lot more clearly than things like “head of main” etc
Last place of employment had
develop
as the default branch. Actually quite liked it. (There also was a main branch, which only got merged into as part of the release flow, so might as well have called itrelease
, I suppose).Anyway, IMO it communicated “volatile and subject to change” a lot more clearly than things like “head of main” etc
Here’s the origin story in 2010
https://nvie.com/posts/a-successful-git-branching-model/
The pro versions: dev, rls
It takes 0.0001 seconds to fully auto complete to “develop” and “release” and removes any questions newcomers have on what they stand for.