README.md 1.57 KB
Newer Older
1 2 3 4
---
comments: false
---

Achilleas Pipinellis's avatar
Achilleas Pipinellis committed
5 6
# Get started with GitLab

7 8
## Organize

Achilleas Pipinellis's avatar
Achilleas Pipinellis committed
9
Create projects and groups.
10 11 12 13 14 15

- [Create a new project](../gitlab-basics/create-project.md)
- [Create a new group](../gitlab-basics/create-group.md)

## Prioritize

16
Create issues, labels, milestones, cast your vote, and review issues.
17

Marcia Ramos's avatar
Marcia Ramos committed
18
- [Create a new issue](../user/project/issues/index.md#new-issue)
19
- [Assign labels to issues](../user/project/labels.md)
20
- [Use milestones as an overview of your project's tracker](../user/project/milestones/index.md)
21
- [Use voting to express your like/dislike to issues and merge requests](../workflow/award_emoji.md)
22 23 24

## Collaborate

25
Create merge requests and review code.
26

27
- [Fork a project and contribute to it](../workflow/forking_workflow.md)
28
- [Create a new merge request](../gitlab-basics/add-merge-request.md)
29
- [Automatically close issues from merge requests](../user/project/issues/automatic_issue_closing.md)
30
- [Automatically merge when pipeline succeeds](../user/project/merge_requests/merge_when_pipeline_succeeds.md)
31
- [Revert any commit](../user/project/merge_requests/revert_changes.md)
32
- [Cherry-pick any commit](../user/project/merge_requests/cherry_pick_changes.md)
33

34
## Test and Deploy
35

Achilleas Pipinellis's avatar
Achilleas Pipinellis committed
36
Use the built-in continuous integration in GitLab.
37

38
- [Get started with GitLab CI](../ci/quick_start/README.md)
39

40
## Install and Update
41

Achilleas Pipinellis's avatar
Achilleas Pipinellis committed
42
Install and update your GitLab installation.
43

44 45
- [Install GitLab](https://about.gitlab.com/installation/)
- [Update GitLab](https://about.gitlab.com/update/)
46
- [Explore Omnibus GitLab configuration options](http://docs.gitlab.com/omnibus/settings/configuration.html)