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:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-01-09 03:07:40 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-01-09 03:07:40 +0300
commite8793358645d6c84b46ef56dafcbf834f20d6415 (patch)
treec1c90c19c86b312a7def8dbdd2ddd8888b696d70 /doc/push_rules
parente0b84f4ba4b44c8ecf00be97843c40df2550b74c (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/push_rules')
-rw-r--r--doc/push_rules/push_rules.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/push_rules/push_rules.md b/doc/push_rules/push_rules.md
index d778d6b929c..f26cf0cece0 100644
--- a/doc/push_rules/push_rules.md
+++ b/doc/push_rules/push_rules.md
@@ -52,7 +52,7 @@ will get rejected.
### Custom Push Rules **(CORE ONLY)**
It's possible to create custom push rules rather than the push rules available in
-**Admin area > Push Rules** by using more advanced server-side Git hooks.
+**Admin Area > Push Rules** by using more advanced server-side Git hooks.
See [custom server-side Git hooks](../administration/custom_hooks.md) for more information.
@@ -60,7 +60,7 @@ See [custom server-side Git hooks](../administration/custom_hooks.md) for more i
NOTE: **Note:**
GitLab administrators can set push rules globally under
-**Admin area > Push Rules** that all new projects will inherit. You can later
+**Admin Area > Push Rules** that all new projects will inherit. You can later
override them in a project's settings.
1. Navigate to your project's **Settings > Repository** and expand **Push Rules**