You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
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
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
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