Hi all,
We work as team in one project. But I want to partition project for individual developers. How can I use this feature with bucket. I think it can be done with branch. But I need to create branch for selected files only.
Hi AB Shyaman,
welcome to the community - a place where Atlassian users help each other.
I assume you are using git in combination with Bitbucket? In git, you can't create a branch for selected files only, you always create branches of the whole repository.
But it is quite convenient to work with multiple developers. Every developer can create their own branch, work on it and later merge it back to the main branch. Why don't you check out Atlassian's git tutorials to learn more about git (in the combination with Bitbucket)?
Cheers,
Matthias
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.