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:
authorJuergen Kosel <juergen.kosel@gmx.de>2019-02-06 20:18:50 +0300
committerJuergen Kosel <juergen.kosel@gmx.de>2019-02-06 20:18:50 +0300
commite95ceeaa18cb57a0137802b78adb3d8a60ddb961 (patch)
tree9f6fe5f1167457a332f453c778c15bbcaa42fed6
parente2d07a9420bb5223cca68f99866d0ffa48af3476 (diff)
Use place holder for the destination host in the push mirror URL
Signed-off-by: Juergen Kosel <juergen.kosel@gmx.de>
-rw-r--r--doc/workflow/repository_mirroring.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/workflow/repository_mirroring.md b/doc/workflow/repository_mirroring.md
index 9c9797eab95..9abd8bbf173 100644
--- a/doc/workflow/repository_mirroring.md
+++ b/doc/workflow/repository_mirroring.md
@@ -92,7 +92,7 @@ The repository will push soon. To force a push, click the appropriate button.
1. On the destination GitLab instance, create a [personal access token](../user/profile/personal_access_tokens.md) with `API` scope.
1. On the source GitLab instance:
- 1. Fill in the **Git repository URL** field using this format: `https://oauth2@gitlab.com/<your_gitlab_group_or_name>/<your_gitlab_project>.git`.
+ 1. Fill in the **Git repository URL** field using this format: `https://oauth2@<destination host>/<your_gitlab_group_or_name>/<your_gitlab_project>.git`.
1. Fill in **Password** field with the GitLab personal access token created on the destination GitLab instance.
1. Click the **Mirror repository** button.