AI-powered
podcast player
Listen to all your favourite podcasts with AI-powered features
Staging Is Not Going to Be Merged to the Main Line
I think where people can get messed up is when they use five different branches within a repository to represent each of the environments. Staging is not going to ever be mergeable to production precisely because of the differences that we mentioned before. And if branches are not mergeable to the main line, my head starts hurting and I start getting complications in understanding how all that works. For no obvious reason, it's so much easier to say, hey, in this repo, you create pull requests. In this repo, I do not care. If your options are directories in a single repo or branches, directories anytime of the day.