diff options
author | Marin Jankovski <maxlazio@gmail.com> | 2014-12-29 10:44:08 +0100 |
---|---|---|
committer | Marin Jankovski <maxlazio@gmail.com> | 2014-12-29 10:44:08 +0100 |
commit | 43c2d5a2687bd45bb1f8e3f8390a7b558afb75a0 (patch) | |
tree | b6623aa4b1109ccef2590d86ebc8343e1cc532a2 /doc/permissions | |
parent | 42fb42aed4cc30d101e81fa5934d9f1b9521dfce (diff) | |
download | gitlab-ce-43c2d5a2687bd45bb1f8e3f8390a7b558afb75a0.tar.gz |
Add documentation about protected branches.
Diffstat (limited to 'doc/permissions')
-rw-r--r-- | doc/permissions/permissions.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/permissions/permissions.md b/doc/permissions/permissions.md index e21384d21dc..8e64b43929a 100644 --- a/doc/permissions/permissions.md +++ b/doc/permissions/permissions.md @@ -29,6 +29,7 @@ If a user is a GitLab administrator they receive all permissions. | Add new team members | | | | ✓ | ✓ | | Push to protected branches | | | | ✓ | ✓ | | Enable/disable branch protection | | | | ✓ | ✓ | +| Turn on/off prot. branch push for devs| | | | ✓ | ✓ | | Rewrite/remove git tags | | | | ✓ | ✓ | | Edit project | | | | ✓ | ✓ | | Add deploy keys to project | | | | ✓ | ✓ | |