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

43 lines
1.5 KiB
Markdown
Raw Normal View History

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](../gitlab-basics/create-group.md)
## Prioritize
2016-03-22 09:49:26 +00:00
Create issues, labels, milestones, cast your vote, and review issues.
- [Create a new issue](../gitlab-basics/create-issue.md)
- [Assign labels to issues](../user/project/labels.md)
- [Use milestones as an overview of your project's tracker](../workflow/milestones.md)
2016-03-22 10:56:52 +00:00
- [Use voting to express your like/dislike to issues and merge requests](../workflow/award_emoji.md)
## Collaborate
2016-03-22 10:56:52 +00:00
Create merge requests and review code.
- [Fork a project and contribute to it](../workflow/forking_workflow.md)
- [Create a new merge request](../gitlab-basics/add-merge-request.md)
- [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)
- [Cherry-pick any commit](../workflow/cherry_pick_changes.md)
## Test and Deploy
2016-03-21 20:51:26 +00:00
Use the built-in continuous integration in GitLab.
2016-03-22 09:49:26 +00:00
- [Get started with GitLab CI](../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/installation/)
- [Update GitLab](https://about.gitlab.com/update/)
- [Explore Omnibus GitLab configuration options](http://docs.gitlab.com/omnibus/settings/configuration.html)