Commit 8b106501 authored by Job van der Voort's avatar Job van der Voort

Merge branch 'create-group' into 'master'

New doc about creating groups

I added a new document about creating groups in GitLab.

I also fixed comment in previous MR https://dev.gitlab.org/gitlab/gitlabhq/merge_requests/1885


See merge request !1886
parents 75e33e23 cddbbc81
......@@ -11,3 +11,5 @@ Step-by-step guides on the basics of working with Git and GitLab.
* [Basic Git commands](basic-git-commands.md)
* [Create a project](create-project.md)
* [Create a group](create-group.md)
......@@ -2,7 +2,7 @@
## Start working on your project
* In Git, when you copy a project you say you "clone" it. To work on a git project locally (from your own computer), you will need to clone it. To do this, start by signing in at GitLab.com.. To do it, go to your [GitLab.com](https://gitlab.com) account
* In Git, when you copy a project you say you "clone" it. To work on a git project locally (from your own computer), you will need to clone it. To do this, sign in to [GitLab.com](https://gitlab.com)
* When you are on your Dashboard, click on the project that you'd like to clone, which you'll find at the right side of your screen
......
# How to create a group in GitLab
## Create a group
Your projects in [GitLab.com](https://gitlab.com) can be organized in 2 different ways:
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.
To create a group, follow the instructions below:
Sign in to [GitLab.com](https://gitlab.com).
When you are on your Dashboard, click on "Groups" on the left menu of your screen:
![Go to groups](basicsimages/select-group2.png)
Click on "New group" on the top right side of your screen:
![New group](basicsimages/click-on-new-group.png)
Fill out the information required:
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)
## Add a project to a group
There are 2 different ways to add a new project to a group:
* 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)
![New project](basicsimages/new_project.png)
* When you are [creating a project](create-project.md), click on "create a group" on the bottom right side of your screen
![Create a group](basicsimages/create_group.png)
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment