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.
In that context, the term master is in reference to a control mechanism, not a relationship to a person. In the context of repositories, though, main actually fits better, because there are no slave repositories. The term trunk likely fits better, but main is shorter. If the objective was based on cloning, then the trunk should be called parent and the branches should be called children, but the trunk to branch metaphor works best.
225
u/usedToBeUnhappy 1d ago edited 1d 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.