summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArihant <arihantar@gmail.com>2016-12-29 14:16:13 +0000
committerArihant <arihantar@gmail.com>2016-12-29 14:16:13 +0000
commitd2e535f5967da4b4d6f0792540136f898431e8c2 (patch)
tree227337f83e308d965e0a36cba06a65e149196a23
parentb0765d244f7e19955d4f803dde816dc9161a95a5 (diff)
downloadgitlab-ce-patch-10.tar.gz
Update protected_branches.mdpatch-10
-rw-r--r--doc/user/project/protected_branches.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/user/project/protected_branches.md b/doc/user/project/protected_branches.md
index f7a686d2ccf..fe323cf4653 100644
--- a/doc/user/project/protected_branches.md
+++ b/doc/user/project/protected_branches.md
@@ -15,6 +15,9 @@ By default, a protected branch does four simple things:
- it prevents **anyone** from force pushing to the branch
- it prevents **anyone** from deleting the branch
+**Note**: A GitLab admin is allowed to push to the protected branches.
+
+
See the [Changelog](#changelog) section for changes over time.
>