Apply suggested changes from code review

Apply wording from https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/24834#note_138592349

Signed-off-by: Juergen Kosel <juergen.kosel@gmx.de>
This commit is contained in:
Juergen Kosel 2019-02-06 18:08:47 +01:00
parent f98aae8403
commit e2d07a9420
1 changed files with 5 additions and 4 deletions

View File

@ -90,10 +90,11 @@ The repository will push soon. To force a push, click the appropriate button.
## Setting up a push mirror to another GitLab instance with 2FA activated
1. Create a [personal access token](https://gitlab.com/profile/personal_access_tokens) with `API` scope.
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 **Password** field with your GitLab personal access token.
1. Click the **Mirror repository** 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 **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]**