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*|*|_
Tue, 06 Mar 2018 09:49:35 UTC7231

4 replies

Replying to @coderbyheart

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.

Replying to @coderbyheart

"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.