Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Bitbucket teams/organizations?

Tags:

We're 5 people working on the same projects and have several GIT-repositories in Bitbucket. Each user has their own Bitbucket account. I'm looking for the best-practice approach to having some sort of team or organization feature so that we can all work on the same repositories? As a use case, when I clone a repository it's not possible for other users to push to the same repository. I hope there's some way of solving this without having everyone use the same user account.

I hope this was properly explained.

Many thanks!

like image 316
Fredrik Avatar asked May 22 '12 06:05

Fredrik


People also ask

What is a team in Bitbucket?

Bitbucket Teams makes it dead simple to create a shared account to consolidate your team-owned repositories and organize your group's work. Create team-owned repos that everyone can access. Delegate administration to manage members and repositories. Set up groups to quickly organize members and their privilege levels.


1 Answers

Bitbucket just deployed their Teams feature, similar to GitHub's organizations.

This allows you to administer a group account without having to logout from your account and login to it.

like image 104
Legion Avatar answered Oct 06 '22 03:10

Legion