We are using sourctree on RDS to connect to bitbucket.
Is it necessary to clone repository for each user or a single clone can be shared by all users?
Cloning repository/user will occupy lot of space. Can someone suggest any alternative wherein all users can access a single clone from the bitbucket?
Hello! I'd strongly recommended against cloning one repository for multiple users to use. Doing this will cause more problems in the future for yourself, and your users.
Consider the following scenario:
Git also doesn't include a permissions model, so all local branches can be removed by any user. Stashes made by a user are also only stored locally, so stashes will be seen and shared by all users.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.