Here are some better alternative names for the "master" branch in your source
code repository:
- bleeding-edge
- nevergreen
- works-on-my-machine
- happy-merging-XD
- there-be-real-users
- features-come-here-to-die
- (L°O°)L*|*|_
A static archive of Markus Tacker's tweets. Follow me on Mastodon: @[email protected].
Here are some better alternative names for the "master" branch in your source
code repository:
"mainstream" also sounds right to might ...
No seriously: there are teams discarding the use of the master/slave
terminology. And if you think about it, master is the wrong word for the branch
of the source-code repo which, for the most projects I have worked in, contains
the latest source code.
"master" has the meaning of being a owner and controller over others. But if you
are using feature branches, the control is actually inverted, and master is
"controlled" by the feature branches.
So next time you start a new repo, maybe name your main branch not master, but
saga, because sagas are "a long story about history", and this is what the main
branch of your repository actually is.