Post #2617039
2025-09-26 12:38 UTC
@mia@tearoom.tearmoon.com But how often do you really need to know about all of them?
Like even for big projects it's at most 2-3 branches.
1 The main/master branch of the upstream project
2 Your patch-* branch
3 When someone sent you a diff/patch for your patch or you want to merge in some of their changes into yours.
And even for bigger projects like ansible where backporting is a thing that is basically because of the process not really different either just switch "main/master" with whatever version that pr is
Replies (1)
-
@mia@tearoom.tearmoon.com 2025-09-26 12:40
@agowa338@chaos.social it's a mobile game and they have separate branches for separate features/events/etc… and loc strings are spread all over those it's terrible but that's what they have