this post was submitted on 29 Mar 2024
888 points (98.4% liked)

Programmer Humor

19315 readers
2 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 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[โ€“] iknowitwheniseeit@lemmynsfw.com 2 points 6 months ago (1 children)

How is this different from creating a feature branch and making your PR against them until everything is done, then merging that into the main branch?

also iirc gitlab does offer something like this as a feature now with "merge trains" (though i've never really used it, usualy just go for the feature branch out of habit x) )