We use Atlassian Stash.
I am admin of a Project. There is a repository in the project. I do not give any permission to anyone for the repository in the 'Repository level'.
There are 2 branches in the repository. 'master' and 'release/r30'.
I want my team members to commit their changes only in 'release/r30' branch.
So, In the Branch level permission, I select ''release/r30' and give permissions to my team members.
But - Stash is throwing an error like this 'remote: You have insufficient permissions to update'
If i give the repository level permission write permission - it works fine. but i do not want this.
Am i doing anything wrong here?