Ask HN: Use Gitlab vs. GitHub in production?

2 points by albertlie ↗ HN
Hi all,

I just saw Git web based UI management today. I wonder if someone can share their experience using either on of them so I can compare the benefit and drawback of those 2 options. Anyone can share?

Thanks

3 comments

[ 3.1 ms ] story [ 15.5 ms ] thread
I like gitlab because of in house installation and much better continous integration and deployment support. Free version is extremely generous with features as well.
I would use neither in production. Internal repos stay in our development environment where the dev / qa / testing work is done and the artifacts are built. The artifacts are version named and replicated to our data-centers and public clouds.

Our dev environment have several different technologies for git repositories, based on what each service team prefer. The build systems reference their code repos.