this post was submitted on 21 Jan 2024
355 points (91.2% liked)

Programmer Humor

32410 readers
307 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
[–] [email protected] 7 points 9 months ago (2 children)

The only reason you think "master" makes sense is because you're used to it. It's actually quite a weird connection to make, if you aren't used to it. "Main" is much more straight forward. And nobody is really demanding people stop using "master", so far as I am aware, it's just that people are making that choice themselves.

[–] [email protected] 8 points 9 months ago* (last edited 9 months ago) (1 children)

I vote for naming this branch "mommy", since all other branches are it's offspring, and related to it.

[–] [email protected] 3 points 9 months ago

name it daddy so i can open an issue and say i have daddy issues

[–] [email protected] 2 points 9 months ago (1 children)

And nobody is really demanding people stop using "master", so far as I am aware

GitHub, GitLab, and git itself, are all using main as the default name of the default branch, by default.

[–] [email protected] 2 points 9 months ago

Yes that is the point. They made the choice to change their default. You can still make the choice to name your branches, especially the main one, as you like. Setting it for a project is less work than complaining about it.