blob: 9d61f2ab927a23cdbbda36a8c233d26991647e78 (
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
|
# How to create a group in GitLab
## Create a group
When you create a group in GitLab.com, you can add projects and users
To create a new group, sign in to [GitLab.com](https://gitlab.com)
When you are on your Dashboard, click on "Groups" on the left side of your screen

Click on "New group" on the top right side of your screen

1. Add a group path or group name (you can't add spaces, so you can use hyphens or underscores)
1. Add details or a group description
1. You can choose a group avatar if you'd like
1. Click on "create group"

## Add a group to a project
There are 2 ways of adding a group to a new project
* Go into a group
Click on "New project" on the right side of your screen and [create a project](create-project.md)

* If you'd like to select a group for a new project, when you [create a project](create-project.md), click on "create a group" on the bottom right side of your screen

|