debian-mirror-gitlab/doc/gitlab-basics/create-project.md

25 lines
955 B
Markdown
Raw Normal View History

2015-09-11 14:41:01 +05:30
# How to create a project in GitLab
2016-11-03 12:29:30 +05:30
There are two ways to create a new project in GitLab.
2015-09-11 14:41:01 +05:30
2016-11-03 12:29:30 +05:30
1. While in your dashboard, you can create a new project using the **New project**
green button or you can use the cross icon in the upper right corner next to
your avatar which is always visible.
2015-09-11 14:41:01 +05:30
2016-11-03 12:29:30 +05:30
![Create a project](img/create_new_project_button.png)
2015-09-11 14:41:01 +05:30
2016-11-03 12:29:30 +05:30
1. From there you can see several options.
2015-09-11 14:41:01 +05:30
2016-11-03 12:29:30 +05:30
![Project information](img/create_new_project_info.png)
2015-09-11 14:41:01 +05:30
2016-11-03 12:29:30 +05:30
1. Fill out the information:
2015-09-11 14:41:01 +05:30
2016-11-03 12:29:30 +05:30
1. "Project name" is the name of your project (you can't use spaces, but you
can use hyphens or underscores).
1. The "Project description" is optional and will be shown in your project's
dashboard so others can briefly understand what your project is about.
1. Select a [visibility level](../public_access/public_access.md).
1. You can also [import your existing projects](../workflow/importing/README.md).
2015-09-11 14:41:01 +05:30
2016-11-03 12:29:30 +05:30
1. Finally, click **Create project**.