gitlab-org--gitlab-foss/doc/workflow/importing/import_projects_from_bitbuc...

27 lines
999 B
Markdown
Raw Normal View History

# Import your project from Bitbucket to GitLab
It takes just a few steps to import your existing Bitbucket projects to GitLab. But keep in mind that it is possible only if Bitbucket support is enabled on your GitLab instance. You can read more about Bitbucket support [here](doc/integration/bitbucket.md).
2015-06-08 20:36:28 +00:00
* Sign in to GitLab.com and go to your dashboard
2015-06-08 20:36:28 +00:00
* Click on "New project"
2015-06-11 13:12:47 +00:00
![New project in GitLab](bitbucket_importer/bitbucket_import_new_project.png)
2015-06-08 20:36:28 +00:00
* Click on the "Bitbucket" button
2015-06-11 13:12:47 +00:00
![Bitbucket](bitbucket_importer/bitbucket_import_select_bitbucket.png)
2015-06-08 20:36:28 +00:00
* Grant GitLab access to your Bitbucket account
2015-06-11 13:12:47 +00:00
![Grant access](bitbucket_importer/bitbucket_import_grant_access.png)
2015-06-08 20:36:28 +00:00
* Click on the projects that you'd like to import or "Import all projects"
![Import projects](bitbucket_importer/bitbucket_import_select_project.png)
A new GitLab project will be created with your imported data.
### Note
2015-06-11 13:12:47 +00:00
Milestones and wiki pages are not imported from Bitbucket.