debian-mirror-gitlab/doc/university/training/index.md

48 lines
1.7 KiB
Markdown
Raw Normal View History

2018-03-17 18:26:18 +05:30
---
2021-01-29 00:20:46 +05:30
stage: none
group: unassigned
2021-02-22 17:27:13 +05:30
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
2018-03-17 18:26:18 +05:30
comments: false
2019-09-04 21:01:54 +05:30
type: index
2018-03-17 18:26:18 +05:30
---
2017-08-17 22:00:37 +05:30
# GitLab Training Material
2021-03-11 19:13:27 +05:30
<!-- vale gitlab.Spelling = NO -->
2020-01-01 13:55:28 +05:30
All GitLab training material is stored in Markdown format. Slides are
2021-03-11 19:13:27 +05:30
generated using [Deckset](https://www.deckset.com/).
<!-- vale gitlab.Spelling = YES -->
2017-08-17 22:00:37 +05:30
All training material is open to public contribution.
2019-09-04 21:01:54 +05:30
This section contains the following topics:
- [Agile and Git](topics/agile_git.md).
- [Bisect](topics/bisect.md).
- [Cherry pick](topics/cherry_picking.md).
- [Code review and collaboration with Merge Requests](topics/merge_requests.md).
- [Configure your environment](topics/env_setup.md).
2021-03-11 19:13:27 +05:30
- [Explore GitLab](../../gitlab-basics/index.md).
2019-09-04 21:01:54 +05:30
- [Feature branching](topics/feature_branching.md).
- [Getting started](topics/getting_started.md).
- [GitLab flow](gitlab_flow.md).
- [GitLab Git workshop](user_training.md).
- [Git add](topics/git_add.md).
- [Git introduction](topics/git_intro.md).
- [Git log](topics/git_log.md).
- [Git stash](topics/stash.md).
- [Merge conflicts](topics/merge_conflicts.md).
- [Rollback commits](topics/rollback_commits.md).
- [Subtree](topics/subtree.md).
- [Tags](topics/tags.md).
- [Unstage](topics/unstage.md).
## Additional Resources
2019-09-30 21:07:59 +05:30
1. [GitLab Documentation](https://docs.gitlab.com)
1. [GUI Clients](https://git-scm.com/downloads/guis)
1. [Pro Git book](https://git-scm.com/book/en/v2)
2021-03-11 19:13:27 +05:30
1. <!-- vale gitlab.Spelling = NO --> [Platzi Course](https://courses.platzi.com/courses/git-gitlab/) <!-- vale gitlab.Spelling = NO -->
2019-09-04 21:01:54 +05:30
1. [Code School tutorial](http://try.github.io/)
1. Contact us at `subscribers@gitlab.com`