gitlab-org--gitlab-foss/doc/intro/README.md

50 lines
1.9 KiB
Markdown
Raw Normal View History

2017-11-01 15:56:40 +00:00
---
stage: Create
group: Source Code
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/#designated-technical-writers"
2017-11-01 15:56:40 +00:00
comments: false
---
2016-03-19 13:42:03 +00:00
# Get started with GitLab
## Organize
2016-03-21 20:51:26 +00:00
Create projects and groups.
- [Create a new project](../gitlab-basics/create-project.md)
- [Create a new group](../user/group/index.md#create-a-new-group)
## Prioritize
2016-03-22 09:49:26 +00:00
Create issues, labels, milestones, cast your vote, and review issues.
- [Create an issue](../user/project/issues/managing_issues.md#create-a-new-issue)
- [Assign labels to issues](../user/project/labels.md)
2017-04-20 16:28:05 +00:00
- [Use milestones as an overview of your project's tracker](../user/project/milestones/index.md)
- [Use voting to express your like/dislike to issues and merge requests](../user/award_emojis.md)
## Collaborate
2016-03-22 10:56:52 +00:00
Create merge requests and review code.
- [Fork a project and contribute to it](../user/project/repository/forking_workflow.md)
- [Create a new merge request](../gitlab-basics/add-merge-request.md)
- [Automatically close issues from merge requests](../user/project/issues/managing_issues.md#closing-issues-automatically)
2016-11-25 11:51:12 +00:00
- [Automatically merge when pipeline succeeds](../user/project/merge_requests/merge_when_pipeline_succeeds.md)
2016-09-05 11:46:37 +00:00
- [Revert any commit](../user/project/merge_requests/revert_changes.md)
- [Cherry-pick any commit](../user/project/merge_requests/cherry_pick_changes.md)
## Test and Deploy
2016-03-21 20:51:26 +00:00
Use the built-in continuous integration in GitLab.
- [Get started with GitLab CI/CD](../ci/quick_start/README.md)
## Install and Update
2016-03-21 20:51:26 +00:00
Install and update your GitLab installation.
- [Install GitLab](https://about.gitlab.com/install/)
- [Update GitLab](https://about.gitlab.com/update/)
2019-06-18 12:23:07 +00:00
- [Explore Omnibus GitLab configuration options](https://docs.gitlab.com/omnibus/settings/configuration.html)