this post was submitted on 06 Oct 2025
304 points (90.4% liked)

Programmer Humor

27412 readers
1411 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] Sibshops@lemmy.myserv.one 3 points 1 month ago (2 children)

Cause git doesn't work that way. There is no trunk. It's all branches.

[–] RickyRigatoni@retrolemmy.com 10 points 1 month ago (2 children)

What is a trunk if not a large branch

[–] Sibshops@lemmy.myserv.one 5 points 1 month ago* (last edited 1 month ago)

Oh, that's valid, and forks could be called "asexual propagation"

Cherry picking from one trunk to another could be called grafting.

There is already pruning.

If there is no AI used, it could be called GMO.

I'm not sure if there is a tree analogy for merging trunks together, however.

[–] BatmanAoD@programming.dev 4 points 1 month ago

But that's not actually true in general; there is a default branch concept in forges, and an integration and/or release branch in most recommended workflows. That's the trunk.