Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Edwards-Jones <jedwardsjones@gitlab.com>2017-04-07 04:35:59 +0300
committerJames Edwards-Jones <jedwardsjones@gitlab.com>2017-04-07 05:08:06 +0300
commit72419f3a8b94874de059f3567980844c7aaa6336 (patch)
tree3bc359f7f1d777a6a15f73c5422bf917118ea66f /doc/university
parent9db87fce130bdcb4831631c46fbb9d5717472af2 (diff)
Documentation for protected tags
Diffstat (limited to 'doc/university')
-rw-r--r--doc/university/glossary/README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/university/glossary/README.md b/doc/university/glossary/README.md
index ec565c3e7bf..0b17e4ff7c1 100644
--- a/doc/university/glossary/README.md
+++ b/doc/university/glossary/README.md
@@ -411,6 +411,10 @@ An [object-relational](https://en.wikipedia.org/wiki/PostgreSQL) database. Toute
A [feature](https://docs.gitlab.com/ce/user/project/protected_branches.html) that protects branches from unauthorized pushes, force pushing or deletion.
+### Protected Tags
+
+A [feature](https://docs.gitlab.com/ce/user/project/protected_tags.html) that protects tags from unauthorized creation, update or deletion
+
### Pull
Git command to [synchronize](https://git-scm.com/docs/git-pull) the local repository with the remote repository, by fetching all remote changes and merging them into the local repository.