summaryrefslogtreecommitdiff
path: root/doc/user/project/import/repo_by_url.md
blob: 3ff612c51a7aff8671c18de4977c8a8fc3a00314 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
---
type: howto
stage: Manage
group: Import
info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/engineering/ux/technical-writing/#assignments
---

# Import project from repository by URL

You can import your existing repositories by providing the Git URL:

<!-- vale gitlab.Spelling = NO -->
<!-- vale gitlab.SubstitutionWarning = NO -->

1. From your GitLab dashboard click **New project**.
1. Switch to the **Import project** tab.
1. Click on the **Repo by URL** button.
1. Fill in the "Git repository URL" and the remaining project fields.
1. Click **Create project** to begin the import process.
1. Once complete, you will be redirected to your newly created project.

<!-- vale gitlab.Spelling = YES -->
<!-- vale gitlab.SubstitutionWarning = YES -->

![Import project by repository URL](img/import_projects_from_repo_url.png)