Dan@lemmy.ml to Open Source@lemmy.ml · 4 years agoA curated list of open source alternatives to proprietary software and servicesgitlab.comexternal-linkmessage-square24fedilinkarrow-up1136arrow-down11file-text
arrow-up1135arrow-down1external-linkA curated list of open source alternatives to proprietary software and servicesgitlab.comDan@lemmy.ml to Open Source@lemmy.ml · 4 years agomessage-square24fedilinkfile-text
minus-squaredoyadig@lemmy.worldlinkfedilinkarrow-up1·1 year agoCan someone please explain why GitLab is used when there’s GitHub?
minus-squareexu@feditown.comlinkfedilinkarrow-up8·1 year agoHere’s a list of a few possible reasons UI differences Features Not Microsoft Open Core Different CI/CD syntax It’s still git under the hood and shouldn’t make a difference in most cases.
minus-squareshiham@lemmy.shihaam.melinkfedilinkarrow-up2·1 year agoGitHub 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.
Can someone please explain why GitLab is used when there’s GitHub?
Here’s a list of a few possible reasons
It’s still git under the hood and shouldn’t make a difference in most cases.
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
^ Some reason why my organization use gitlab over GitHub, I personally use Gitea.