new doc about creating groups
This commit is contained in:
		
							parent
							
								
									6646a04d4c
								
							
						
					
					
						commit
						fef2e24804
					
				|  | @ -11,3 +11,5 @@ Step-by-step guides on the basics of working with Git and GitLab. | ||||||
| * [Basic Git commands](basic-git-commands.md) | * [Basic Git commands](basic-git-commands.md) | ||||||
| 
 | 
 | ||||||
| * [Create a project](create-project.md) | * [Create a project](create-project.md) | ||||||
|  | 
 | ||||||
|  | * [Create a group](create-group.md) | ||||||
|  |  | ||||||
|  | @ -2,7 +2,7 @@ | ||||||
| 
 | 
 | ||||||
| ## Start working on your project | ## 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 | * 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 | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -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" | ||||||
|  | 
 | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue