13 lines
850 B
Markdown
13 lines
850 B
Markdown
|
# Project importing from GitHub to GitLab
|
||
|
|
||
|
You can import your existing GitHub projects to GitLab. But 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)
|
||
|
To get to the importer page you need to go to "New project" page.
|
||
|
|
||
|
![New project page](github_importer/new_project_page.png)
|
||
|
|
||
|
Click on the "Import project from GitHub" link and you will be redirected to GitHub for permission to access your projects. After accepting, you'll be automatically redirected to the importer.
|
||
|
|
||
|
![Importer page](github_importer/importer.png)
|
||
|
|
||
|
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.
|