How do i add code from my bit bucket account to another bit bucket account
Hello Apoorva and welcome to the Community!
Ideally, you would want to share your stored code within Bitbucket with another user or group of users. This would allow you to easily control permissions to the shared code and revoke if needed. You can find more about sharing your repository at Grant repository access to users and groups.
Something to be aware of with Free plans:
When you add users
If you're on the Free plan and the number of users with access to your private repositories goes over 5, access becomes read-only until you upgrade your account or remove users from a group or individual repositories. You and other repository administrators still have access to the repository. For information on plan limits, see Bitbucket Cloud plan details.
Here is how to add a user to a repository;
Add user access to a repository
While user groups are the best way to manage access to your repositories, you can also add users individually. To add individual users to your repository:
From the User and group access page, enter a Bitbucket username or email address in the Users text box.
Select an access level from the dropdown box.
Click Add.If you add the email address of someone without an account, that person receives an email prompting him or her to create one. Once the user has Bitbucket access, he or she can access the repository.
I hope this helps clarify your options with sharing out your code repository with other users.
Regards,
Stephen Sifers
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.