hi i need a help for implement below scennario,
i have a main source code master branch named A.
i also have child branches named as B,C,D.
now i have same code on all of my branches there is one part custome code on my child branches(B,C,D).
Now main thing i want to do is when i am changing my source code in master branch A. then it should automatically change in child branch B,C,D. but the custom code on that branches should remain untouched.
Please give me the solution on that and tell me how can i implement this scenario in bitbucket???????
Thanks in advance
hi i need a help for implement below scennario,
i have a main source code master branch named A.
i also have child branches named as B,C,D.
now i have same code on all of my branches there is one part custome code on my child branches(B,C,D).
Now main thing i want to do is when i am changing my source code in master branch A. then it should automatically change in child branch B,C,D. but the custom code on that branches should remain untouched.
Please give me the solution on that and tell me how can i implement this scenario in bitbucket???????
bracnch B,C,D should be individual and never merged to each other or main branch
but i am able to create forks but after forking while i changed the fork repo.
main repo is not changed i want it to sync with the changes
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
It sounds like you want to use forks rather than branches - see https://confluence.atlassian.com/bitbucketserver/using-forks-in-bitbucket-server-776639958.html
Cheers,
Christian
Premier Support Engineer
Atlassian
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.