diff options
author | Job van der Voort <jobvandervoort@gmail.com> | 2015-06-08 16:37:04 +0200 |
---|---|---|
committer | Job van der Voort <jobvandervoort@gmail.com> | 2015-06-08 16:37:04 +0200 |
commit | b368d4a1d10a7a18928b56de89b74f3bcd0eaaf1 (patch) | |
tree | 1df656da708d0b278b615cae168d87b876a9eb08 | |
parent | 8a32c46e6e89e0cfb189405186aeda8aa2ccb30e (diff) | |
download | gitlab-ce-b368d4a1d10a7a18928b56de89b74f3bcd0eaaf1.tar.gz |
fix spacing in document
-rw-r--r-- | doc/workflow/import_projects_from_bitbucket.md | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/doc/workflow/import_projects_from_bitbucket.md b/doc/workflow/import_projects_from_bitbucket.md index 56b5c8d2ffe..341b1a5f86c 100644 --- a/doc/workflow/import_projects_from_bitbucket.md +++ b/doc/workflow/import_projects_from_bitbucket.md @@ -3,24 +3,21 @@ 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). 1. Sign in to GitLab.com and go to your dashboard -2. Click on "New project" - +2. Click on "New project" + 3. Click on the "Bitbucket" button - - + 4. Grant GitLab access to your Bitbucket account - - + 5. Click on the projects that you'd like to import or "Import all projects" - - + A new GitLab project will be created with your imported data. |