debian-mirror-gitlab/doc/intro/README.md

47 lines
1.6 KiB
Markdown
Raw Normal View History

2018-03-17 18:26:18 +05:30
---
comments: false
---
2016-06-02 11:05:42 +05:30
# Get started with GitLab
## Organize
Create projects and groups.
- [Create a new project](../gitlab-basics/create-project.md)
2019-07-07 11:18:12 +05:30
- [Create a new group](../user/group/index.md#create-a-new-group)
2016-06-02 11:05:42 +05:30
## Prioritize
Create issues, labels, milestones, cast your vote, and review issues.
2019-09-30 21:07:59 +05:30
- [Create an issue](../user/project/issues/managing_issues.md#create-a-new-issue)
2016-08-24 12:49:21 +05:30
- [Assign labels to issues](../user/project/labels.md)
2017-08-17 22:00:37 +05:30
- [Use milestones as an overview of your project's tracker](../user/project/milestones/index.md)
2019-12-26 22:10:19 +05:30
- [Use voting to express your like/dislike to issues and merge requests](../user/award_emojis.md)
2016-06-02 11:05:42 +05:30
## Collaborate
Create merge requests and review code.
2019-12-26 22:10:19 +05:30
- [Fork a project and contribute to it](../user/project/repository/forking_workflow.md)
2016-06-02 11:05:42 +05:30
- [Create a new merge request](../gitlab-basics/add-merge-request.md)
2019-09-30 21:07:59 +05:30
- [Automatically close issues from merge requests](../user/project/issues/managing_issues.md#closing-issues-automatically)
2017-08-17 22:00:37 +05:30
- [Automatically merge when pipeline succeeds](../user/project/merge_requests/merge_when_pipeline_succeeds.md)
2016-09-29 09:46:39 +05:30
- [Revert any commit](../user/project/merge_requests/revert_changes.md)
- [Cherry-pick any commit](../user/project/merge_requests/cherry_pick_changes.md)
2016-06-02 11:05:42 +05:30
## Test and Deploy
Use the built-in continuous integration in GitLab.
2020-04-22 19:07:51 +05:30
- [Get started with GitLab CI/CD](../ci/quick_start/README.md)
2016-06-02 11:05:42 +05:30
## Install and Update
Install and update your GitLab installation.
2019-09-30 21:07:59 +05:30
- [Install GitLab](https://about.gitlab.com/install/)
2016-06-02 11:05:42 +05:30
- [Update GitLab](https://about.gitlab.com/update/)
2019-09-30 21:07:59 +05:30
- [Explore Omnibus GitLab configuration options](https://docs.gitlab.com/omnibus/settings/configuration.html)