diff options
-rw-r--r-- | doc/user/permissions.md | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/doc/user/permissions.md b/doc/user/permissions.md index 62ce498b33c..13a823a71ee 100644 --- a/doc/user/permissions.md +++ b/doc/user/permissions.md @@ -151,9 +151,7 @@ which visibility level you select on project settings. ### Protected branches -In cases where you want to prevent Developers or other project members from changing commit history -or from pushing code without review, you can use a [protected branch](project/protected_branches.md). - +Additional restrictions can be applied on a per-branch basis with [protected branches](project/protected_branches.md). Additionally, you can customize permissions to allow or prevent project Maintainers and Developers from pushing to a protected branch. Read through the documentation on [Allowed to Merge and Allowed to Push settings](project/protected_branches.md#using-the-allowed-to-merge-and-allowed-to-push-settings) |