26
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
this post was submitted on 31 Jul 2026
26 points (88.2% liked)
Programming
27973 readers
293 users here now
Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!
Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.
Hope you enjoy the instance!
Rules
Rules
- Follow the programming.dev instance rules
- Keep content related to programming in some way
- If you're posting long videos try to add in some form of tldr for those who don't want to watch videos
Wormhole
Follow the wormhole through a path of communities !webdev@programming.dev
founded 3 years ago
MODERATORS
No I meant gitlab. I have been using them for a week or two now, I guess it's a recent addition
Ah yeah looks like the latest 19.1 release from June.
But it also seems to suggest it's only a UI change. Is is possible to do stacked MRs across forks? Does it not still suffer from the flaw GitHub has (or had, hopefully) - you create one MR,
myfork:feature_0 -> upstream:master. That's fine, but then you want to create the second MR targeting the first MR,myfork:feature_1 -> ???:feature_0, only you can't.feature_0doesn't exist in the upstream and there's no point creating an MR targeting your own fork.