debian-mirror-gitlab/doc/user/project/import/repo_by_url.md

31 lines
1.1 KiB
Markdown
Raw Normal View History

2020-06-23 00:09:42 +05:30
---
type: howto
stage: Manage
group: Import
2021-02-22 17:27:13 +05:30
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
2020-06-23 00:09:42 +05:30
---
2021-09-04 01:27:46 +05:30
# Import project from repository by URL **(FREE)**
2018-03-27 19:54:05 +05:30
You can import your existing repositories by providing the Git URL:
2021-03-11 19:13:27 +05:30
<!-- 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 -->
2018-03-27 19:54:05 +05:30
2021-01-03 14:25:43 +05:30
![Import project by repository URL](img/import_projects_from_repo_url.png)
2021-12-11 22:18:48 +05:30
## Automate group and project import **(PREMIUM)**
For information on automating user, group, and project import API calls, see
[Automate group and project import](index.md#automate-group-and-project-import).