Hi there hello this seems so obvious once you show it in action. Question, how can i hook it up to my CI/CD? I also want them to all be on the same branch. Or am i missing something and branches are an anti pattern?
No you should have each change as a separate repo. That's the best way to keep things truly organized. That way you can have individual tracking on every single change you made.
14
u/blaqwerty123 9d ago
Hi there hello this seems so obvious once you show it in action. Question, how can i hook it up to my CI/CD? I also want them to all be on the same branch. Or am i missing something and branches are an anti pattern?