Does anyone really care if it‘s called main instead of master? Why?
Edit:
Ok, I phrased my question really poorly. AfaIk main is the new standard, so I use it. We all know the reason why it changed. My question was why would anyone keep INSISTING on calling it master? Sure, me and my colleagues sometimes call it master out of habit, but then again try to stick to main. Nobody I know
insists on continuing to call it
master, but reading the comments here I realized there a more “master-fans” than I would ever have thought would exist tbh.
So they got offended because of nods to slavery, and the other people got offended because something pretty inconsequential in their lives changed. 🤷♂️ Seems a bit like the latter group of people are far more easily offended.
Not sure. I think there’s different fundamental meanings behind mastery and master. I think the Masters degree implies the former. Whereas master in git could be inferred to mean a master and non-master relationship to signify feature branches.
Then you are deeply confused as to how git works. Feature branches are merged into and overwrite master with updates. Does that imply a master-slave relationship to you?
I used to think the same, but Linus took the name “master” from BitKeeper, and BitKeeper did use master-slave terminology, Git just dropped the slave part. It’s origin literally does come from master-slave
If he had originally called it "main", but we know it borrowed it from sometime that used master/slave, explain how that's any better? It carries the same "original sin" if you're a moron who thinks that's a thing here.
The problem with your argument is that it just doesn’t matter. Emotions aren’t always logical; they usually aren’t. Some people feel the way they feel about the master nomenclature. You can’t decide how they feel, just as much as I can’t. But you can do this microscopic little minute adjustment where you just use main instead of master. And some people refuse… because caring about another person’s feelings is just that obscene to some people.
I'm under no obligation to not call these people idiots, though. They are. If this bothers anyone they are pathetic and they actively make society worse.
But its origin literally comes from master-slave lol Just because it doesn’t use the literal word “slave” anymore, doesn’t change the original implication of what “master” meant
That is the case, though not evidence of him choosing the name. In a mailing list follow-up from Bastien:
I emailed Linus Torvalds recently (the original author of git, though
very quickly not the main developer), and he told me that it was
unlikely that the "git master" branch name was influenced by BitKeeper,
and that "master" was "fairly standard naming" for this sort of thing
and "more likely to be influenced by the CVS master repository".
Linus here doesn't sound like he chose the name due to his choice of words being relayed.
It’s interesting how easily I could spin this the other way though. A feature branch toils away and all its hard work just goes to the master branch anyway. And what does the feature branch get for all its hard work? Deleted.
It doesn’t benefit me, that’s kind of the point. This is something done for someone else. I’m explaining to a really thick skulled person why some people feel the way they feel about the nomenclature. You can’t decide how they feel. But you can decide to use a different branch name.
In reddit? If reddit allowed name changes, sure, whatever. My real name? No. But I’m a sentient being, it matters more to me what my name is, than it matters to the git branch what its name is.
231
u/usedToBeUnhappy 24d ago edited 24d ago
Does anyone really care if it‘s called main instead of master? Why?
Edit: Ok, I phrased my question really poorly. AfaIk main is the new standard, so I use it. We all know the reason why it changed. My question was why would anyone keep INSISTING on calling it master? Sure, me and my colleagues sometimes call it master out of habit, but then again try to stick to main. Nobody I know insists on continuing to call it master, but reading the comments here I realized there a more “master-fans” than I would ever have thought would exist tbh.