diff options
author | Sytse Sijbrandij <sytse@gitlab.com> | 2014-11-26 21:50:04 +0100 |
---|---|---|
committer | Sytse Sijbrandij <sytse@gitlab.com> | 2014-11-26 21:50:04 +0100 |
commit | b9cfe90b5924a2bee6b957672294132151d311ed (patch) | |
tree | 5c86dd372b5ca07acbb2cf96dfce261e47ffb297 | |
parent | 5fad132579f6c366a113e952abe43a8a46b1a3d5 (diff) | |
parent | 226819c8d171d3fd6f4c5d87649b460d84de6fa9 (diff) | |
download | gitlab-ce-b9cfe90b5924a2bee6b957672294132151d311ed.tar.gz |
Merge pull request #8406 from bbodenmiller/patch-4
add details on protected branches
-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 |