Added links to pertinent GitLab docs

Clarified who can push to a protected branch
This commit is contained in:
Matt Penna 2019-06-07 20:17:01 +00:00 committed by MattPennaThe3rd
parent be1d1c7043
commit fc87880c96
1 changed files with 3 additions and 2 deletions

View File

@ -18,8 +18,9 @@ This is an inherent feature of a DVCS. All git management systems have this
limitation.
You can take steps to prevent unintentional sharing and information
destruction. This is the reason why only certain people are allowed to invite
others and why no user can force push a protected branch.
destruction. This limitation is the reason why only certain people are allowed
to [add users to a project](../user/project/members/) and why only a GitLab
admin can [force push a protected branch](../project/protected_branches.html).
<!-- ## Troubleshooting