|
|
|
|
|
by scaryclam
59 days ago
|
|
The question is, why are you not just merging them into main as you go? It's a bit of a smell when you "need" to merge branches into branches. It shows a lack of safety and ease in deployments, which is the real problem to solve IMO. |
|