GitLab Flashcards

1
Q

What is GitLab?

A

A web-based Git repository that provides free open and private repositories, issue-following capabilities, and wikis. It is like GitHub.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

.gitlab-ci.yml (file)

A

This file defines scripts that should be run during the CI/CD pipeline. When you add the file to your repository, GitLab detects it and an application called GitLab Runner runs the scripts defined in the jobs within it.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Projects

A

Individual repositories.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Groups

A

They are directories/folders in GitLab. You create (and name) a root directory and then you can create sub groups. Then you can organize your Projects into groups.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly