821
The master race condition
(aussie.zone)
Post funny things about programming here! (Or just rant about your favourite programming language.)
This. To avoid the "master" branch on our git to be associated with "slave" I now name new branches "bitch"
There aren't "slaves" in git, though. The term "master" in that context is that of a master copy.
Nope. Bitkeeper used it in the master-slave pairing and the term was carried forward. Gitlab did a whole writeup about it.
"Historically, the default name for this initial branch was master. This term came from Bitkeeper, a predecessor to Git. Bitkeeper referred to the source of truth as the "master repository" and other copies as "slave repositories". This shows how common master/slave references have been in technology, and the difficulty in knowing how the term master should be interpreted."
Excerpt from the link the other member posted above! You're welcome!