TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: What source control system do you use? GitHub? Bitbucket? Gitlab? Other?

3 点作者 mishkinf大约 5 年前
GitHub? Bitbucket? Gitlab? Other?<p>Do you self host or use a cloud solution?

3 条评论

photawe大约 5 年前
Right now I&#x27;m on github -- for about 2 months now. The integration with Visual Studio is simply amazing!<p>I 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.<p>So, I&#x27;ve created a new repository on github (could not successfully import the one from bitbucket), and I&#x27;m still keeping the old (ported to git) bitbucket repository for historical reasons.
stephenr大约 5 年前
for stuff I&#x2F;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&#x2F;enhance are already on GitHub so they live there for now.<p>I’d prefer to self host them all and just push copies to external locations for the purposes of PRs etc.
评论 #22553593 未加载
kevinherron大约 5 年前
We&#x27;re using GitHub Enterprise (self-hosted)