3
TrayKnots
32d

I am still salty that git master was renamed to main... I mean, the rename is stupid, but when you remain it, why not bough? Bough was the obvious and perfect choice...

Comments
  • 3
    That I had to google for your used definition is why. Trunk would be plausible.
  • 0
    Yes you branch off of trunk. Trunk was the main branch in TFVC and maybe others, Linus may have wanted it to be different.
  • 1
    Had to merriam-webster the thing over here.
  • 3
    Donald Trump should sign a decree to rename it back to master today.
  • 3
    @spongessuck git is a graph, not a tree (yes, sourcetree is wrong). There is no root branch that every other branch is branching off from. main or master is just a convention for the default branch.
  • 2
    @Lensflare my point is if we still call them branches then trunk makes more sense than master/main.
  • 1
    @spongessuck Not sure if I agree. Yes, branches imply trees, but on the other hand, we also talk about branching off when something might merge again later. Such as roads or flow diagrams.
  • 1
    @jestdotty I've done this and every repo I create uses the master branch, had my boss ask me why I use "master", told him it's the default (which it still is, GitHub put the rename command as part of their instructions) and I add the remote using my IDE. I also doubt they'll ever be able to actually make it retire.

    Also, it was called main after the main-character-syndrome the imbecile had who complained about the term
  • 1
    @BordedDev no, it was a white person who complained about "master" being racist against black people.
  • 0
    @Lensflare I didn't mention the race.... they're still an imbecile. MFer doesn't even know English, no clue why they listened to it

    While I haven't asked Linus, I'm fairly sure it has to do with a "master" copy, the same as in audio
  • 1
    @BordedDev agree about the imbecile.
    You didn‘t mention race but that was indeed the reason to get rid of master.
    In case it wasn‘t clear: Yes IMO, this reason is retarded.
  • 1
    @BordedDev you need to understand, for those people, it‘s not about the original meaning of the name master for git. It‘s about how black people supposedly might associate it with slavery when they read it.
    Of course black people don’t give a shit.
    But some morons think that they need to be SJWs and protect the poor black people from such a bad word.
  • 1
    @Lensflare Ah sorry those were meant to be comments to different items, the remark about Linus was for the "main or master is just a convention for the default branch."

    Sometimes I forget how easy it is to lose context in text

    On the "for those people":

    I carry disdain for those people since they've actively harmed my culture and the culture of people I care about. Thanks for bringing context
  • 0
    Hmm, renaming to "in development"/"release" might have been a practical option as well
Add Comment