summaryrefslogtreecommitdiff
path: root/doc/gitlab-basics
diff options
context:
space:
mode:
authorkaren Carias <karen@gitlab.com>2015-07-02 12:09:06 -0700
committerkaren Carias <karen@gitlab.com>2015-07-02 12:09:06 -0700
commitfef2e24804ffd5b9d9eef94f817fccf01675f54e (patch)
tree65f0cc9577b026972d651691602b8fa29c84316b /doc/gitlab-basics
parent6646a04d4cc6a4e421af6c56286b4aa4b8991d66 (diff)
downloadgitlab-ce-fef2e24804ffd5b9d9eef94f817fccf01675f54e.tar.gz
new doc about creating groups
Diffstat (limited to 'doc/gitlab-basics')
-rw-r--r--doc/gitlab-basics/README.md2
-rw-r--r--doc/gitlab-basics/command-line-commands.md2
-rw-r--r--doc/gitlab-basics/create-group.md43
3 files changed, 46 insertions, 1 deletions
diff --git a/doc/gitlab-basics/README.md b/doc/gitlab-basics/README.md
index fd55c44a2c4..3e4400b544b 100644
--- a/doc/gitlab-basics/README.md
+++ b/doc/gitlab-basics/README.md
@@ -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)
diff --git a/doc/gitlab-basics/command-line-commands.md b/doc/gitlab-basics/command-line-commands.md
index 30f78d1e6a5..a596bf20c74 100644
--- a/doc/gitlab-basics/command-line-commands.md
+++ b/doc/gitlab-basics/command-line-commands.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
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)