summaryrefslogtreecommitdiff
path: root/doc/workflow
diff options
context:
space:
mode:
authorValery Sizov <valery@gitlab.com>2015-01-19 21:08:04 -0800
committerValery Sizov <valery@gitlab.com>2015-01-19 21:43:25 -0800
commitc92de64bdb057922ca6f243f36502bbf160b9ffc (patch)
tree82b3258900dd42b2168eaa1ae7ce95c435761e1c /doc/workflow
parente3987bb6b150a255a76310cc1eabda8945e2f0cd (diff)
downloadgitlab-ce-c92de64bdb057922ca6f243f36502bbf160b9ffc.tar.gz
GitHub importer description
Diffstat (limited to 'doc/workflow')
-rw-r--r--doc/workflow/README.md1
-rw-r--r--doc/workflow/github_importer/importer.pngbin0 -> 39335 bytes
-rw-r--r--doc/workflow/github_importer/new_project_page.pngbin0 -> 46276 bytes
-rw-r--r--doc/workflow/import_projects_from_github.md13
4 files changed, 14 insertions, 0 deletions
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
--- /dev/null
+++ b/doc/workflow/github_importer/importer.png
Binary files 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
--- /dev/null
+++ b/doc/workflow/github_importer/new_project_page.png
Binary files 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