SibshopsA to Programmer Humor@programming.dev · 1 month agoMaster vs main (again)imagemessage-square49linkfedilinkarrow-up1349arrow-down138
arrow-up1311arrow-down1imageMaster vs main (again)SibshopsA to Programmer Humor@programming.dev · 1 month agomessage-square49linkfedilink
minus-squareSibshopsOPAlinkfedilinkarrow-up4arrow-down1·1 month agoCause git doesn’t work that way. There is no trunk. It’s all branches.
minus-squareRicky Rigatoni@retrolemmy.comlinkfedilinkarrow-up11·1 month agoWhat is a trunk if not a large branch
minus-squareSibshopsOPAlinkfedilinkarrow-up6·1 month agoOh, 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.
minus-squareDragonTypeWyvern@midwest.sociallinkfedilinkarrow-up1·1 month agohttps://en.m.wikipedia.org/wiki/Branch https://en.m.wikipedia.org/wiki/Trunk_(botany)
minus-squareBatmanAoD@programming.devlinkfedilinkarrow-up4·1 month agoBut 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.
Cause git doesn’t work that way. There is no trunk. It’s all branches.
What is a trunk if not a large branch
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.
https://en.m.wikipedia.org/wiki/Branch
https://en.m.wikipedia.org/wiki/Trunk_(botany)
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.