-
Notifications
You must be signed in to change notification settings - Fork 27
Description
Hello!
First of all - I'd like to thank you for this useful tool. I appreciate it's usefulness.
I'm using it in one of my hobby projects already successfully, but I have encountered special use case, where I'm not sure if existing configuration can solve it. I suspect side_X_conventional_branches_prefix
could be a solution, but I'd like to ask for your opinion about it - if I understand it correctly. Here is the scenario:
RepoA - hosted in primary location as single source of truth.
RepoB - sitting on "other side" - I would like to allow guys on other side to experiment with as many branches they want, but only some branches with known prefix are important to be stored securely also in hosted site.
I wish, that all branches from RepoA are pushed to RepoB during sync, but only prefixed branches are pushed from RepoB to RepoA.
Is this exactly what side_b_conventional_branches_prefix
is for or am I misunderstanding it?
Thank you for your answer!