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.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.