GitLab Interview Questions
What is repositoring mirroring and why do we need to use it?
- What are protected branches in Gitlab and what options are available while adding to protected branches?
- Proctected branches defines the permissions required for a user to merge and push code into those branches
- Options: a. Allowed to force push b. Code Owner Approval
- How to trigger a pipeline present in the subdirectories?
- Trigger and Include
This post is licensed under CC BY 4.0 by the author.