i want to restrict edit option in online in bitbucket directly. but they can edit via git or another tools. how can we do it?
Branch permissions! Users will still be able to edit on their local git repos - we have no control over what you do on your own systems - but you can configure branch permissions to disallow direct writes to one or more given branches. https://confluence.atlassian.com/bitbucket/branch-permissions-385912271.html has more information.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.