this post was submitted on 04 Jun 2024
821 points (98.9% liked)
Programmer Humor
36916 readers
322 users here now
Post funny things about programming here! (Or just rant about your favourite programming language.)
Rules:
- Posts must be relevant to programming, programmers, or computer science.
- No NSFW content.
- Jokes must be in good taste. No hate speech, bigotry, etc.
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
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!