Commit 8cb59853 authored by Katrin Leinweber's avatar Katrin Leinweber

use hyperlink identifier

parent 156bb964
# Push Rules # Push Rules
Sometimes you need additional control over pushes to your repository. Sometimes you need additional control over pushes to your repository.
GitLab already offers [protected branches](https://docs.gitlab.com/ee/user/project/protected_branches.html). GitLab already offers [protected branches][protected-branches].
But there are cases when you need some specific rules like preventing git tag removal or enforcing a special format for commit messages. But there are cases when you need some specific rules like preventing git tag removal or enforcing a special format for commit messages.
GitLab Enterprise Edition offers a user-friendly interface for such cases. GitLab Enterprise Edition offers a user-friendly interface for such cases.
...@@ -95,3 +95,5 @@ pry.history ...@@ -95,3 +95,5 @@ pry.history
bash_history bash_history
``` ```
[protected-branches]: https://docs.gitlab.com/ee/user/project/protected_branches.html "Protected Branches documentation"
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment