I think it’s weird how devs are given the tool of very cheap and flexible Git branches but use them to optimize for cases they’ll rarely use.
Do you need a long-lived branch for your current release? Or, could you commit to main and create a branch if you suddenly need to split work for a release?
Do you need a long-lived branch for your current release? Or, could you commit to main and create a branch if you suddenly need to split work for a release?
Comments