Assuming we are taling about git. How can you merge to the wrong repo? You mean the wrong remote repo?
Yes, we have 5 times the same repo, because of security or something. You are supposed to merge from 0 to 4. If you merge 2 commits into 3 and another one into 4, we are going to have a little problem.
I know that you are probably not the one who came up with this shit but just… why? Why would you do that?
Don’t you know that git has so called branches?
The setup could make sense, if there’s a separate repo that’s pull only. Our ops guys pull our ArgoCD repo, so we can do the actually work, but they control what’s deployed on production.
However, this seems not to be the case here.