diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2022-01-13 00:16:12 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2022-01-13 00:16:12 +0000 |
commit | 4dc620034e192cdfb4dab5908a2f406e37e76b68 (patch) | |
tree | 9cd1069bce3d425254639309cb4fc4bda396c9ac /doc/push_rules | |
parent | d36c792351474304405b5a1033dc2c4815ebc0e4 (diff) | |
download | gitlab-ce-4dc620034e192cdfb4dab5908a2f406e37e76b68.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/push_rules')
-rw-r--r-- | doc/push_rules/push_rules.md | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/doc/push_rules/push_rules.md b/doc/push_rules/push_rules.md index 425275a0370..94de8e46240 100644 --- a/doc/push_rules/push_rules.md +++ b/doc/push_rules/push_rules.md @@ -14,10 +14,6 @@ GitLab already offers [protected branches](../user/project/protected_branches.md cases when you need some specific rules. Some common scenarios: preventing Git tag removal, or enforcing a special format for commit messages. -INFO: -Get access to push rules and more with a -[free 30-day trial of GitLab Ultimate](https://about.gitlab.com/free-trial/index.html?glm_source=docs.gitlab.com&glm_content=p-push-rules-docs). - Push rules are [pre-receive Git hooks](https://git-scm.com/book/en/v2/Customizing-Git-Git-Hooks) you can enable in a user-friendly interface. They are defined either: |