diff options
author | Ben Bodenmiller <bbodenmiller@hotmail.com> | 2014-11-26 12:19:19 -0800 |
---|---|---|
committer | Ben Bodenmiller <bbodenmiller@hotmail.com> | 2014-11-26 12:19:19 -0800 |
commit | 226819c8d171d3fd6f4c5d87649b460d84de6fa9 (patch) | |
tree | 5c86dd372b5ca07acbb2cf96dfce261e47ffb297 /doc/permissions | |
parent | 5fad132579f6c366a113e952abe43a8a46b1a3d5 (diff) | |
download | gitlab-ce-226819c8d171d3fd6f4c5d87649b460d84de6fa9.tar.gz |
add details on protected branches
Add some details from https://about.gitlab.com/2014/11/26/keeping-your-code-protected/:
Who can:
* Force push to non-protected branches
* Force push to protected branches
* Remove protected branches
Diffstat (limited to 'doc/permissions')
-rw-r--r-- | doc/permissions/permissions.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/permissions/permissions.md b/doc/permissions/permissions.md index d561868c8bb..e21384d21dc 100644 --- a/doc/permissions/permissions.md +++ b/doc/permissions/permissions.md @@ -19,6 +19,7 @@ If a user is a GitLab administrator they receive all permissions. | Create new merge request | | | ✓ | ✓ | ✓ | | Create new branches | | | ✓ | ✓ | ✓ | | Push to non-protected branches | | | ✓ | ✓ | ✓ | +| Force push to non-protected branches | | | ✓ | ✓ | ✓ | | Remove non-protected branches | | | ✓ | ✓ | ✓ | | Add tags | | | ✓ | ✓ | ✓ | | Write a wiki | | | ✓ | ✓ | ✓ | @@ -35,6 +36,8 @@ If a user is a GitLab administrator they receive all permissions. | Switch visibility level | | | | | ✓ | | Transfer project to another namespace | | | | | ✓ | | Remove project | | | | | ✓ | +| Force push to protected branches | | | | | | +| Remove protected branches | | | | | | ## Group |