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:

founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] lowleveldata@programming.dev 52 points 1 year ago (7 children)

This. To avoid the "master" branch on our git to be associated with "slave" I now name new branches "bitch"

[–] SpaceNoodle@lemmy.world 43 points 1 year ago (5 children)

There aren't "slaves" in git, though. The term "master" in that context is that of a master copy.

[–] steventhedev@lemmy.world 18 points 1 year ago (2 children)

Nope. Bitkeeper used it in the master-slave pairing and the term was carried forward. Gitlab did a whole writeup about it.

[–] xilona@lemmy.ml 9 points 1 year ago

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

load more comments (1 replies)
load more comments (3 replies)
load more comments (4 replies)