diff options
author | Job van der Voort <job@gitlab.com> | 2015-06-26 09:08:34 +0000 |
---|---|---|
committer | Job van der Voort <job@gitlab.com> | 2015-06-26 09:08:34 +0000 |
commit | d3e040c7192dda22e3375a55f94eb958a70087bb (patch) | |
tree | d5dd5e68dc7f5c163be7c5e1e70b1e3c0c2f030a /doc | |
parent | c342a9abccf27471a631c047b01911a242ce1106 (diff) | |
parent | c7f89e9ceb8ed31ae1f0165e190cbcfed32a846e (diff) | |
download | gitlab-ce-d3e040c7192dda22e3375a55f94eb958a70087bb.tar.gz |
Merge branch 'k-github-ee' into 'master'
added info about GitHub importing
Added info that importing doc also works for GitHub EE.
https://dev.gitlab.org/gitlab/gitlabhq/issues/2410#note_49396
See merge request !1878
Diffstat (limited to 'doc')
-rw-r--r-- | doc/workflow/importing/import_projects_from_github.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/workflow/importing/import_projects_from_github.md b/doc/workflow/importing/import_projects_from_github.md index aad2c63817d..3efa92cb868 100644 --- a/doc/workflow/importing/import_projects_from_github.md +++ b/doc/workflow/importing/import_projects_from_github.md @@ -3,6 +3,8 @@ It takes just a couple of steps to import your existing GitHub projects to GitLab. Keep in mind that it is possible only if
GitHub support is enabled on your GitLab instance. You can read more about GitHub support [here](http://doc.gitlab.com/ce/integration/github.html)
+If you want to import from a GitHub Enterprise instance, you need to use GitLab Enterprise; please see the [EE docs for the GitHub integration](http://doc.gitlab.com/ee/integration/github.html).
+
* Sign in to GitLab.com and go to your dashboard.
* To get to the importer page, you need to go to the "New project" page.
@@ -15,4 +17,4 @@ GitHub support is enabled on your GitLab instance. You can read more about GitHu * To import a project, you can simple click "Add". The importer will import your repository and issues. Once the importer is done, a new GitLab project will be created with your imported data.
### Note
-When you import your projects from GitHub, it is not possible to keep your labels and milestones and issue numbers won't match. We are working on improving this in the near future.
\ No newline at end of file +When you import your projects from GitHub, it is not possible to keep your labels and milestones and issue numbers won't match. We are working on improving this in the near future.
|