diff options
author | Rémy Coutable <remy@rymai.me> | 2017-10-17 11:14:46 +0000 |
---|---|---|
committer | Rémy Coutable <remy@rymai.me> | 2017-10-17 11:14:46 +0000 |
commit | 93848ebbf003a3182891c3c3b2952657fee6323b (patch) | |
tree | f03cd83cebc4a2e5983a28a39ba547e5a03a4de1 | |
parent | 4220cd0fa25b89fe70ff74d21f6cf8f72d9a2cd8 (diff) | |
parent | 38569c6b7b53725812fb0b08f3f987d43df8b1ac (diff) | |
download | gitlab-ce-93848ebbf003a3182891c3c3b2952657fee6323b.tar.gz |
Merge branch 'fix/github-doc' into 'master'
Clarify how to resume GitHub import on docs
See merge request gitlab-org/gitlab-ce!14905
-rw-r--r-- | doc/administration/raketasks/github_import.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/administration/raketasks/github_import.md b/doc/administration/raketasks/github_import.md index 04c70c3644e..6b8ad1b039b 100644 --- a/doc/administration/raketasks/github_import.md +++ b/doc/administration/raketasks/github_import.md @@ -7,6 +7,7 @@ > projects. You can get it from: https://github.com/settings/tokens > - You also need to pass an username as the second argument to the rake task > which will become the owner of the project. +> - You can also resume an import with the same command. To import a project from the list of your GitHub projects available: |