2015-07-02 15:09:06 -04:00
|
|
|
|
# How to create a group in GitLab
|
|
|
|
|
|
|
|
|
|
## Create a group
|
|
|
|
|
|
2015-07-31 11:21:53 -04:00
|
|
|
|
Your projects in GitLab can be organized in 2 different ways:
|
2015-07-07 15:49:58 -04:00
|
|
|
|
under your own namespace for single projects, such as ´your-name/project-1'; or under groups.
|
|
|
|
|
If you organize your projects under a group, it works like a folder. You can manage your group members' permissions and access to the projects.
|
2015-07-02 15:09:06 -04:00
|
|
|
|
|
2015-07-07 15:49:58 -04:00
|
|
|
|
To create a group, follow the instructions below:
|
2015-07-02 15:09:06 -04:00
|
|
|
|
|
2015-07-07 15:49:58 -04:00
|
|
|
|
Sign in to [GitLab.com](https://gitlab.com).
|
|
|
|
|
|
|
|
|
|
When you are on your Dashboard, click on "Groups" on the left menu of your screen:
|
2015-07-02 15:09:06 -04:00
|
|
|
|
|
2015-07-07 10:06:02 -04:00
|
|
|
|
![Go to groups](basicsimages/select-group2.png)
|
2015-07-02 15:09:06 -04:00
|
|
|
|
|
2015-07-07 15:49:58 -04:00
|
|
|
|
Click on "New group" on the top right side of your screen:
|
2015-07-02 15:09:06 -04:00
|
|
|
|
|
2015-07-07 09:58:42 -04:00
|
|
|
|
![New group](basicsimages/click-on-new-group.png)
|
2015-07-02 15:09:06 -04:00
|
|
|
|
|
2015-07-07 15:49:58 -04:00
|
|
|
|
Fill out the information required:
|
|
|
|
|
|
2015-07-02 15:09:06 -04:00
|
|
|
|
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"
|
|
|
|
|
|
|
|
|
|
![Group information](basicsimages/group_info.png)
|
|
|
|
|
|
2015-07-07 15:49:58 -04:00
|
|
|
|
## Add a project to a group
|
2015-07-02 15:09:06 -04:00
|
|
|
|
|
2015-07-07 15:49:58 -04:00
|
|
|
|
There are 2 different ways to add a new project to a group:
|
2015-07-02 15:09:06 -04:00
|
|
|
|
|
2015-07-07 15:49:58 -04:00
|
|
|
|
* Select a group and then click on "New project" on the right side of your screen. Then you can [create a project](create-project.md)
|
2015-07-02 15:09:06 -04:00
|
|
|
|
|
2015-07-07 09:58:42 -04:00
|
|
|
|
![New project](basicsimages/new_project.png)
|
2015-07-02 15:09:06 -04:00
|
|
|
|
|
2015-07-07 15:49:58 -04:00
|
|
|
|
* When you are [creating a project](create-project.md), click on "create a group" on the bottom right side of your screen
|
2015-07-02 15:09:06 -04:00
|
|
|
|
|
2015-07-07 09:58:42 -04:00
|
|
|
|
![Create a group](basicsimages/create_group.png)
|