Коммит c8716604 создал по автору Sean Carroll's avatar Sean Carroll Зафиксировано автором Amy Qualls
Просмотр файлов

Describe what actions a protected branch is preventing

владелец 8aed3c62
......@@ -10,6 +10,14 @@ In GitLab, [permissions](../permissions.md) are fundamentally defined around the
idea of having read or write permission to the repository and branches. To impose
further restrictions on certain branches, they can be protected.
A protected branch controls:
- Which users can merge into the branch.
- Which users can push to the branch.
- If users can force push to the branch.
- If changes to files listed in the CODEOWNERS file can be pushed directly to the branch.
- Which users can unprotect the branch.
The [default branch](repository/branches/default.md) for your repository is protected by default.
## Who can modify a protected branch
......
Поддерживает Markdown
0% или .
You are about to add 0 people to the discussion. Proceed with caution.
Сначала завершите редактирование этого сообщения!
Пожалуйста, зарегистрируйтесь или чтобы прокомментировать