From c92de64bdb057922ca6f243f36502bbf160b9ffc Mon Sep 17 00:00:00 2001 From: Valery Sizov Date: Mon, 19 Jan 2015 21:08:04 -0800 Subject: GitHub importer description --- doc/workflow/README.md | 1 + doc/workflow/github_importer/importer.png | Bin 0 -> 39335 bytes doc/workflow/github_importer/new_project_page.png | Bin 0 -> 46276 bytes doc/workflow/import_projects_from_github.md | 13 +++++++++++++ 4 files changed, 14 insertions(+) create mode 100644 doc/workflow/github_importer/importer.png create mode 100644 doc/workflow/github_importer/new_project_page.png create mode 100644 doc/workflow/import_projects_from_github.md diff --git a/doc/workflow/README.md b/doc/workflow/README.md index 8ef51b50b9d..1fe63274c29 100644 --- a/doc/workflow/README.md +++ b/doc/workflow/README.md @@ -8,4 +8,5 @@ - [GitLab Flow](gitlab_flow.md) - [Notifications](notifications.md) - [Migrating from SVN to GitLab](migrating_from_svn.md) +- [Project importing from GitHub to GitLab](import_projects_from_github.md) - [Protected branches](protected_branches.md) diff --git a/doc/workflow/github_importer/importer.png b/doc/workflow/github_importer/importer.png new file mode 100644 index 00000000000..57636717571 Binary files /dev/null and b/doc/workflow/github_importer/importer.png differ diff --git a/doc/workflow/github_importer/new_project_page.png b/doc/workflow/github_importer/new_project_page.png new file mode 100644 index 00000000000..002f22d81d7 Binary files /dev/null and b/doc/workflow/github_importer/new_project_page.png differ diff --git a/doc/workflow/import_projects_from_github.md b/doc/workflow/import_projects_from_github.md new file mode 100644 index 00000000000..8644b4ffc73 --- /dev/null +++ b/doc/workflow/import_projects_from_github.md @@ -0,0 +1,13 @@ +# 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. \ No newline at end of file -- cgit v1.2.1