2017-11-01 11:56:40 -04:00
---
2020-07-29 08:09:45 -04:00
stage: Create
group: Source Code
2020-11-26 01:09:20 -05:00
info: "To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/engineering/ux/technical-writing/#assignments"
2017-11-01 11:56:40 -04:00
comments: false
---
2016-03-19 09:42:03 -04:00
# Get started with GitLab
2016-03-15 09:57:30 -04:00
## Organize
2016-03-21 16:51:26 -04:00
Create projects and groups.
2016-03-15 09:57:30 -04:00
- [Create a new project ](../gitlab-basics/create-project.md )
2019-02-12 07:39:48 -05:00
- [Create a new group ](../user/group/index.md#create-a-new-group )
2016-03-15 09:57:30 -04:00
## Prioritize
2016-03-22 05:49:26 -04:00
Create issues, labels, milestones, cast your vote, and review issues.
2016-03-15 09:57:30 -04:00
2019-07-03 20:55:35 -04:00
- [Create an issue ](../user/project/issues/managing_issues.md#create-a-new-issue )
2016-06-21 12:54:30 -04:00
- [Assign labels to issues ](../user/project/labels.md )
2017-04-20 12:28:05 -04:00
- [Use milestones as an overview of your project's tracker ](../user/project/milestones/index.md )
2019-10-28 17:06:24 -04:00
- [Use voting to express your like/dislike to issues and merge requests ](../user/award_emojis.md )
2016-03-15 09:57:30 -04:00
## Collaborate
2016-03-22 06:56:52 -04:00
Create merge requests and review code.
2016-03-15 09:57:30 -04:00
2019-10-27 02:06:30 -04:00
- [Fork a project and contribute to it ](../user/project/repository/forking_workflow.md )
2020-09-28 02:09:56 -04:00
- [Create a new merge request ](../user/project/merge_requests/creating_merge_requests.md )
2019-07-03 20:55:35 -04:00
- [Automatically close issues from merge requests ](../user/project/issues/managing_issues.md#closing-issues-automatically )
2016-11-25 06:51:12 -05:00
- [Automatically merge when pipeline succeeds ](../user/project/merge_requests/merge_when_pipeline_succeeds.md )
2016-09-05 07:46:37 -04:00
- [Revert any commit ](../user/project/merge_requests/revert_changes.md )
2016-09-05 07:40:41 -04:00
- [Cherry-pick any commit ](../user/project/merge_requests/cherry_pick_changes.md )
2016-03-15 09:57:30 -04:00
2016-03-19 09:07:00 -04:00
## Test and Deploy
2016-03-15 09:57:30 -04:00
2016-03-21 16:51:26 -04:00
Use the built-in continuous integration in GitLab.
2016-03-15 09:57:30 -04:00
2020-03-26 23:07:56 -04:00
- [Get started with GitLab CI/CD ](../ci/quick_start/README.md )
2016-03-15 09:57:30 -04:00
2016-03-19 09:07:00 -04:00
## Install and Update
2016-03-15 09:57:30 -04:00
2016-03-21 16:51:26 -04:00
Install and update your GitLab installation.
2016-03-15 09:57:30 -04:00
2019-07-08 18:24:54 -04:00
- [Install GitLab ](https://about.gitlab.com/install/ )
2016-03-19 09:42:24 -04:00
- [Update GitLab ](https://about.gitlab.com/update/ )
2019-06-18 08:23:07 -04:00
- [Explore Omnibus GitLab configuration options ](https://docs.gitlab.com/omnibus/settings/configuration.html )