Commit 03998f50 authored by Russell Dickenson's avatar Russell Dickenson

Merge branch 'patch-38' into 'master'

docs updated for what "default" branch protection means for global setting.

See merge request gitlab-org/gitlab!20547
parents 30122be2 3b1249f2
......@@ -14,8 +14,11 @@ To access the visibility and access control options:
## Default branch protection
Branch protection specifies which roles can push to branches and which roles can delete
branches.
This global option defines the branch protection that applies to every repository's default branch. [Branch protection](../../project/protected_branches.md) specifies which roles can push to branches and which roles can delete
branches. In this case _Default_ refers to a repository's default branch, which in most cases is _master_.
branches. "Default" in this case refers to a repository's default branch, which in most cases would be "master".
This setting applies only to each repositories' default branch. To protect other branches, you must configure branch protection in repository. For details, see [Protected Branches](../../project/protected_branches.md).
To change the default branch protection:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment