I want to mirror one of my repos into a privat one to make some non public changes but still getting updates from the public one. The problem with normal mirror is that all the time i update the privat repo my changes get deletet. Is there a way to fix this?
My idea was to make it like this:
Repo A is public and Repo B is privat. My privat repo has the branches main, repoA, my fixes. Now i want to mirror repo A into repo B branch repoA.
But this also destroyed branch my fixes all the time i tried updating.