diff options
author | James Edwards-Jones <jedwardsjones@gitlab.com> | 2017-04-07 02:35:59 +0100 |
---|---|---|
committer | James Edwards-Jones <jedwardsjones@gitlab.com> | 2017-04-07 03:08:06 +0100 |
commit | 72419f3a8b94874de059f3567980844c7aaa6336 (patch) | |
tree | 3bc359f7f1d777a6a15f73c5422bf917118ea66f /doc/university | |
parent | 9db87fce130bdcb4831631c46fbb9d5717472af2 (diff) | |
download | gitlab-ce-72419f3a8b94874de059f3567980844c7aaa6336.tar.gz |
Documentation for protected tags
Diffstat (limited to 'doc/university')
-rw-r--r-- | doc/university/glossary/README.md | 4 |
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. |