diff options
author | karen Carias <karen@gitlab.com> | 2015-07-02 12:09:06 -0700 |
---|---|---|
committer | karen Carias <karen@gitlab.com> | 2015-07-02 12:09:06 -0700 |
commit | fef2e24804ffd5b9d9eef94f817fccf01675f54e (patch) | |
tree | 65f0cc9577b026972d651691602b8fa29c84316b /doc/gitlab-basics/create-group.md | |
parent | 6646a04d4cc6a4e421af6c56286b4aa4b8991d66 (diff) | |
download | gitlab-ce-fef2e24804ffd5b9d9eef94f817fccf01675f54e.tar.gz |
new doc about creating groups
Diffstat (limited to 'doc/gitlab-basics/create-group.md')
-rw-r--r-- | doc/gitlab-basics/create-group.md | 43 |
1 files changed, 43 insertions, 0 deletions
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 + + + +* Click on "create a group" on the bottom left 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 + +* Select a project on the right side of your screen + + + +* Click on "settings" on the left side of your screen + + + +* Click on "groups" on the left side of your screen + + + +* Find the group and click on "share" + + |