From fef2e24804ffd5b9d9eef94f817fccf01675f54e Mon Sep 17 00:00:00 2001 From: karen Carias Date: Thu, 2 Jul 2015 12:09:06 -0700 Subject: new doc about creating groups --- doc/gitlab-basics/create-group.md | 43 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 doc/gitlab-basics/create-group.md (limited to 'doc/gitlab-basics/create-group.md') diff --git a/doc/gitlab-basics/create-group.md b/doc/gitlab-basics/create-group.md new file mode 100644 index 00000000000..5fa596887bb --- /dev/null +++ b/doc/gitlab-basics/create-group.md @@ -0,0 +1,43 @@ +# 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) + +* Click on "new project" on the right side of your screen + +![Create a project](basicsimages/new_project.png) + +* Click on "create a group" on the bottom left side of your screen + +![Create a group](basicsimages/create_group.png) + +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 group to a project + +* Select a project on the right side of your screen + +![Select a project](basicsimages/select_project.png) + +* Click on "settings" on the left side of your screen + +![Settings](basicsimages/settings.png) + +* Click on "groups" on the left side of your screen + +![Groups](basicsimages/groups.png) + +* Find the group and click on "share" + +![Find a group](basicsimages/find_group.png) -- cgit v1.2.1