Live data from Hacker News

Ask HN: GitHub vs. Gitlab?

news.ycombinator.com

1–10 of 113 posts

Ask HN: GitHub vs. Gitlab?

#1
After much deliberation of pulling the trigger on the 7 $/mo private Github account, I'm leaning heavily towards Gitlab.

EDIT: I'm setting up a private repo for an upcoming project, and I'd like to run the issue tracking through some git service, potentially scaling to include a Kanban Board. Not sure if it's gonna be just me or other devs. This looks promising:

http://kanban.leanlabs.io/

I've set myself the challenge of being as financially prudent as humanly possible, especially with this project, as it is an extremely low budget.

If Gitlab can offer free private accounts, with a couple cool features thrown in on the side, why shouldn't I use it?

Which do you use? Why not the other?

PS – I'm not from Gitlab, I'm just some hacker trying to lock up his stack. :)

Re: Ask HN: GitHub vs. Gitlab?

#5
trello (free) + github (3 free private repos or $9 per user per month for an org)

Gitlab works, and is decent, but only in certain circumstances.

Pay for SaaS products wherever you can and makes sense. Only build/host your own things that deliver you business value.

Re: Ask HN: GitHub vs. Gitlab?

#6
I am contemplating a move from Github to Gitlab right now. Feature-wise there seems to be enough parity with Github to make this sort of thing possible.

Also, gitlab's CI system is attractive and being able to run our own runners in our own environment (we currently used an outsourced CI system.)

We're also doing it because Github enterprise is too expensive, and we want to rely on less external dependencies in our environment.

Re: Ask HN: GitHub vs. Gitlab?

#8
Gitlab's servers have been slow in my experience. Sometimes taking 10-15 seconds to push up a new commit. I got tired of waiting and moved everything back to bitbucket.

Both gitlab and bitbuckets source code browsing is slow and a little clunky. GitHub's source code browsing is definitely the best.

Re: Ask HN: GitHub vs. Gitlab?

#9
I moved most of new private repos to gitlab.com from bitbucket. It's nice to experience interface parity between self hosted and public gitlab. And more and more of my clients move to self hosted gitlab as well.
Post reply on HN