Hi,
I have project and repo's in bitbucket and in current process, two resources can't work on same repo at the same time so I'm looking for help or any process which can help me to build in my current project where multiple resources can work at same time on same repo without getting conflicts.
Thanks,
BS
G'day, @santosh_biradar
Welcome to the community!
If having two people work on the same repository simultaneously is problematic, consider using a branching model. This allows each person to create a separate branch from the main branch to work on their changes, rather than modifying the main branch directly.
Alternatively, you can use the forking workflow. Each collaborator can fork the repository, make changes in their fork, and then merge those changes back into the upstream repository once everything is ready.
Regards,
Syahrul
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.