https://github.com/carpentries-incubator/gitlab-novice
Introduction to GitLab
https://github.com/carpentries-incubator/gitlab-novice
carpentries-incubator english git gitlab lesson pre-alpha
Last synced: 2 months ago
JSON representation
Introduction to GitLab
- Host: GitHub
- URL: https://github.com/carpentries-incubator/gitlab-novice
- Owner: carpentries-incubator
- License: other
- Created: 2022-03-10T13:00:05.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-06-17T00:45:19.000Z (about 1 year ago)
- Last Synced: 2025-06-17T01:37:25.109Z (about 1 year ago)
- Topics: carpentries-incubator, english, git, gitlab, lesson, pre-alpha
- Homepage: https://carpentries-incubator.github.io/gitlab-novice/
- Size: 12 MB
- Stars: 1
- Watchers: 5
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Introduction to GitLab
[GitLab] is a web application for managing [Git] repositories.
Since it is build around Git, it is suitable to manage any project that works primarily with plain text files, for example software source code, TeX based documents, or meeting notes in Markdown.
With its built-in issue and wiki systems, it can, in certain cases, even be the right tool for managing a project without any files.
This lesson will give you a foundational understanding of GitLab’s features, so you can make informed decisions on how to use it as a tool.
Since GitLab interprets many of its text fields’ values as Markdown, more specifically [GitLab flavored Markdown][GitLabMarkdown], this lesson contains a rudimentary introduction to Markdown syntax, following the [CommonMark specification][CommonMark] on which the GitLab flavor is based.
Depending on previous knowledge of learners, the material can either be taught using solely the GitLab web interface or it can involve parts that teach the interaction with a local Git repository, using the Git command-line interface.
[CommonMark]: https://spec.commonmark.org/current/
[Git]: https://git-scm.com/
[GitLab]: https://about.gitlab.com/
[GitLabMarkdown]: https://docs.gitlab.com/ee/user/markdown.html
If you have any questions, contact [@fiveop](https://github.com/fiveop)