Hey Guys,
I have a repository, lets call it Fruits.
I have a few branches: apple, banana, blueberry.
I want to setup branch permissions so that a user lets say Ishan can only push to apple and not to anything other branch.
For that, I tried to assign permissions to Ishan for the apple branch, but then when I created a new branch (i.e. strawberry) and pushed it, it went through. This is not what I want.
Note: Ishan does not have any access/permissions except the apple branch.
Please let me know, whats the best approach..
--Ishan
Hi Ishan,
If you create a branch permission with a glob of '*' first then users/groups will need to have explicit permissions to be able to push to a branch.
Not sure if that would be too restrictive for you?
Charles
PS. I hope you're not checking in your fruit, they may not preserve very well. :)
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.