diff options
author | Juergen Kosel <juergen.kosel@gmx.de> | 2019-02-06 17:31:12 +0000 |
---|---|---|
committer | Juergen Kosel <juergen.kosel@gmx.de> | 2019-02-06 17:31:12 +0000 |
commit | 351ad515b75804c620e9aa33382f89110125c7da (patch) | |
tree | b0a98f951d8d5f5d68e4b7cb329fadf627009493 /doc | |
parent | e95ceeaa18cb57a0137802b78adb3d8a60ddb961 (diff) | |
download | gitlab-ce-351ad515b75804c620e9aa33382f89110125c7da.tar.gz |
Update repository_mirroring.md to correct list numbering
Diffstat (limited to 'doc')
-rw-r--r-- | doc/workflow/repository_mirroring.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/workflow/repository_mirroring.md b/doc/workflow/repository_mirroring.md index 9abd8bbf173..d3541212e50 100644 --- a/doc/workflow/repository_mirroring.md +++ b/doc/workflow/repository_mirroring.md @@ -92,9 +92,9 @@ 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@<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. + 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. ## Pulling from a remote repository **[STARTER]** |