Commit d56bf88d authored by Thad Guidry's avatar Thad Guidry

Differentiate between client-side and server-side options.

parent f3afdc0a
...@@ -6,9 +6,7 @@ type: reference ...@@ -6,9 +6,7 @@ type: reference
> [Introduced](https://gitlab.com/gitlab-org/gitlab-foss/-/merge_requests/15643) in GitLab 11.7. > [Introduced](https://gitlab.com/gitlab-org/gitlab-foss/-/merge_requests/15643) in GitLab 11.7.
GitLab supports using client-side [Git push options](https://git-scm.com/docs/git-push#Documentation/git-push.txt--oltoptiongt)
GitLab supports using [Git push options](https://git-scm.com/docs/git-push#Documentation/git-push.txt--oltoptiongt)
to perform various actions at the same time as pushing changes. to perform various actions at the same time as pushing changes.
Currently, there are push options available for: Currently, there are push options available for:
...@@ -114,6 +112,6 @@ pipeline succeeds: ...@@ -114,6 +112,6 @@ pipeline succeeds:
git mwps origin <local-branch-name> git mwps origin <local-branch-name>
``` ```
## Push Rules # Server-side Push Rules
See also [Push Rules](https://docs.gitlab.com/ee/push_rules/push_rules.html) for further control options. For server-side options, See also [Push Rules](https://docs.gitlab.com/ee/push_rules/push_rules.html) for further control and enforcement options.
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