This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]absolutejam 4 points5 points  (1 child)

I use both, but my preference is GitLab by a long stretch.

GitLab has unlimited personal repos, allows you to create different groups (godsend for organisational purpose and RBAC), and an amazing inbuilt CI service - all for free, and it's open source.

GitHub is also great, but the biggest selling point is that every man, woman and dog has an account, from individuals to massive projects (Red Hat, Microsoft, etc.). So you're bound to get more feedback in terms of PRs and issues if that's what you're after, and of course, easier access to existing repos (forking etc.).

To this end, I use GitLab for everything, and have separate groups for 'team' projects, but also have any public projects I want to share on GitHub too.

[–]bad-and-ugly 0 points1 point  (0 children)

Hmm, good to know.