BigW Consortium Gitlab

README.md 1.46 KB
Newer Older
Achilleas Pipinellis committed
1 2
# Get started with GitLab

3 4
## Organize

5
Create projects and groups.
6 7 8 9 10 11

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

## Prioritize

12
Create issues, labels, milestones, cast your vote, and review issues.
13 14

- [Create a new issue](../gitlab-basics/create-issue.md)
15
- [Assign labels to issues](../user/project/labels.md)
16
- [Use milestones as an overview of your project's tracker](../workflow/milestones.md)
17
- [Use voting to express your like/dislike to issues and merge requests](../workflow/award_emoji.md)
18 19 20

## Collaborate

21
Create merge requests and review code.
22

23
- [Fork a project and contribute to it](../workflow/forking_workflow.md)
24
- [Create a new merge request](../gitlab-basics/add-merge-request.md)
25 26 27
- [Automatically close issues from merge requests](../customization/issue_closing.md)
- [Automatically merge when your builds succeed](../workflow/merge_when_build_succeeds.md)
- [Revert any commit](../workflow/revert_changes.md)
28
- [Cherry-pick any commit](../workflow/cherry_pick_changes.md)
29

30
## Test and Deploy
31

32
Use the built-in continuous integration in GitLab.
33

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

36
## Install and Update
37

38
Install and update your GitLab installation.
39

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