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>2019-10-23 21:06:07 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2019-10-23 21:06:07 +0300
commit7f0a4a64d0bc59b184ae3ee578adb6ebd3c48bf7 (patch)
tree74aa541f76b8d7cd692982ce46c0013a9b666172 /doc/administration/geo/replication/using_a_geo_server.md
parentb3f7042d06c53e5d4b8cad42e1b2679d0450f1a7 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/administration/geo/replication/using_a_geo_server.md')
-rw-r--r--doc/administration/geo/replication/using_a_geo_server.md8
1 files changed, 6 insertions, 2 deletions
diff --git a/doc/administration/geo/replication/using_a_geo_server.md b/doc/administration/geo/replication/using_a_geo_server.md
index 55c7e78da92..37982f2756c 100644
--- a/doc/administration/geo/replication/using_a_geo_server.md
+++ b/doc/administration/geo/replication/using_a_geo_server.md
@@ -10,8 +10,12 @@ Example of the output you will see when pushing to a **secondary** node:
```bash
$ git push
-> GitLab: You're pushing to a Geo secondary.
-> GitLab: We'll help you by proxying this request to the primary: ssh://git@primary.geo/user/repo.git
+remote:
+remote: You're pushing to a Geo secondary. We'll help you by proxying this
+remote: request to the primary:
+remote:
+remote: ssh://git@primary.geo/user/repo.git
+remote:
Everything up-to-date
```