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.

Tue, 06 Mar 2018 09:49:35 UTC52

2 replies

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.