Greetings, I'm relatively new to Bitbucket. Let's say you have a repo with base code. You have two customers that share the base code with slight modifications. I was going to clone the repo into two separate projects (one per customer) but realized if the base code needed changes I would be doing double the work. What's the best workflow? I've read into Forking a little and have heard of submodules. Any insight?
Thank you.
Hi Christian! If you want 2 different customers working on the same base code, have you considered branching? This way they would be able to work separately in their branches, and once they're done with the current feature they're working on, the changes can be merged to the main branch so next time one of them starts working on something new, they'll always be in the newest version. To learn more about this, please check Branching a repository and Learn branching with Bitbucket Cloud.
You can also assign them different permissions, for more info you can read Branch permissions.
Hope that helps!
Ana
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.