Do you self host or use a cloud solution?
Ask HN: What source control system do you use? GitHub? Bitbucket? Gitlab? Other?
1–6 of 6 posts
Re: Ask HN: What source control system do you use? GitHub? Bitbucket? Gitlab? Other?
#2I’d prefer to self host them all and just push copies to external locations for the purposes of PRs etc.
Re: Ask HN: What source control system do you use? GitHub? Bitbucket? Gitlab? Other?
#3for stuff I/my company (as in the company I own not just one I work for) control first choice is Mercurial repos until now on Bitbucket. Some projects that I’ve forked to fix bugs/enhance are already on GitHub so they live there for now. I’d prefer to self host them all and just push copies to external locations for the purposes of PRs etc.
Re: Ask HN: What source control system do you use? GitHub? Bitbucket? Gitlab? Other?
#4for stuff I/my company (as in the company I own not just one I work for) control first choice is Mercurial repos until now on Bitbucket. Some projects that I’ve forked to fix bugs/enhance are already on GitHub so they live there for now. I’d prefer to self host them all and just push copies to external locations for the purposes of PRs etc.
Just out of curiosity, why do you prefer to self host?
Re: Ask HN: What source control system do you use? GitHub? Bitbucket? Gitlab? Other?
#5Re: Ask HN: What source control system do you use? GitHub? Bitbucket? Gitlab? Other?
#6I used to be on bitbucket (mercurial), until they announced they would no longer host it. I tried to convert it to git - even though manually doing it is not very pleasant. But now they have a 2GB limit which I almost reached -- that ended up being a huuuuge no-no for me, because I would clearly reach it in the short term.
So, I've created a new repository on github (could not successfully import the one from bitbucket), and I'm still keeping the old (ported to git) bitbucket repository for historical reasons.