diff options
author | Matt Penna <mpenna@gitlab.com> | 2019-09-12 02:33:32 +0000 |
---|---|---|
committer | Evan Read <eread@gitlab.com> | 2019-09-12 02:33:32 +0000 |
commit | 2b9a8de11a0913fb7655cfd7f3d7cf82302b69d6 (patch) | |
tree | e350e9de031b931ce2c7525effbdb38d4b5778df /doc | |
parent | b3d5dac9c03c207f7bb007154657f779caa8d1a8 (diff) | |
download | gitlab-ce-2b9a8de11a0913fb7655cfd7f3d7cf82302b69d6.tar.gz |
Docs: Clarified wording to match Permissions doc
Diffstat (limited to 'doc')
-rw-r--r-- | doc/user/project/protected_branches.md | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/user/project/protected_branches.md b/doc/user/project/protected_branches.md index 895c8ac88e7..1de3e3b5387 100644 --- a/doc/user/project/protected_branches.md +++ b/doc/user/project/protected_branches.md @@ -5,9 +5,8 @@ type: reference, howto # Protected Branches [Permissions](../permissions.md) in GitLab are fundamentally defined around the -idea of having read or write permission to the repository and branches. To -prevent people from messing with history or pushing code without review, we've -created protected branches. +idea of having read or write permission to the repository and branches. To impose +further restrictions on certain branches, they can be protected. ## Overview |