You must log in or register to comment.
Can someone please explain why GitLab is used when there’s GitHub?
GitHub is owned by Microsoft
Gitlab is OSS, and you can host yourself
(Ik most don’t and use the public instance) Gitlab has features that GitHub don’t have, or are better at somethings even if GitHub have them
- Selfhostable gitlab-runner, faster build and deployment
- Better permission management for organizations ( per repo, branch, registry etc)
- Groups, project repos can be in groups
^ Some reason why my organization use gitlab over GitHub, I personally use Gitea.