diff options
author | karen Carias <karen@gitlab.com> | 2015-07-07 06:58:42 -0700 |
---|---|---|
committer | karen Carias <karen@gitlab.com> | 2015-07-07 06:58:42 -0700 |
commit | bf0b3fcb8994b0b901c20c74f3063f8fbf7797ec (patch) | |
tree | 57b08c1ead8a4d94934a81ea04c5924ae4dae61a /doc/gitlab-basics | |
parent | fef2e24804ffd5b9d9eef94f817fccf01675f54e (diff) | |
download | gitlab-ce-bf0b3fcb8994b0b901c20c74f3063f8fbf7797ec.tar.gz |
fixed document with improved instructions
Diffstat (limited to 'doc/gitlab-basics')
-rw-r--r-- | doc/gitlab-basics/basicsimages/click-on-new-group.png | bin | 0 -> 2063 bytes | |||
-rw-r--r-- | doc/gitlab-basics/basicsimages/select-group.png | bin | 0 -> 6075 bytes | |||
-rw-r--r-- | doc/gitlab-basics/create-group.md | 26 |
3 files changed, 11 insertions, 15 deletions
diff --git a/doc/gitlab-basics/basicsimages/click-on-new-group.png b/doc/gitlab-basics/basicsimages/click-on-new-group.png Binary files differnew file mode 100644 index 00000000000..94b6d5756d3 --- /dev/null +++ b/doc/gitlab-basics/basicsimages/click-on-new-group.png diff --git a/doc/gitlab-basics/basicsimages/select-group.png b/doc/gitlab-basics/basicsimages/select-group.png Binary files differnew file mode 100644 index 00000000000..d02c2255ff2 --- /dev/null +++ b/doc/gitlab-basics/basicsimages/select-group.png diff --git a/doc/gitlab-basics/create-group.md b/doc/gitlab-basics/create-group.md index 5fa596887bb..7732fb716eb 100644 --- a/doc/gitlab-basics/create-group.md +++ b/doc/gitlab-basics/create-group.md @@ -6,13 +6,13 @@ 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 +When you are on your Dashboard, click on "Groups" on the left side of your screen -![Create a project](basicsimages/new_project.png) +![Go to groups](basicsimages/select-group.png) -* Click on "create a group" on the bottom left side of your screen +Click on "New group" on the top right side of your screen -![Create a group](basicsimages/create_group.png) +![New group](basicsimages/click-on-new-group.png) 1. Add a group path or group name (you can't add spaces, so you can use hyphens or underscores) @@ -24,20 +24,16 @@ To create a new group, sign in to [GitLab.com](https://gitlab.com) ![Group information](basicsimages/group_info.png) -## Add a group to a project - -* Select a project on the right side of your screen +## Add a project to a group -![Select a project](basicsimages/select_project.png) +There are 2 ways of adding a group to a new project -* Click on "settings" on the left side of your screen +1. Go into a group -![Settings](basicsimages/settings.png) +Click on "New project" on the right side of your screen and [create your project](create-project.md) -* Click on "groups" on the left side of your screen +![New project](basicsimages/new_project.png) -![Groups](basicsimages/groups.png) +2. If you'd like to select a group for a new project, when you [create your project](create-project.md), click on "create a group" on the bottom right side of your screen -* Find the group and click on "share" - -![Find a group](basicsimages/find_group.png) +![Create a group](basicsimages/create_group.png) |