git GitHub 与 BitBucket?

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/5096742/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-10 10:11:26  来源:igfitidea点击:

GitHub vs. BitBucket?

gitmercurialgithubcvsbitbucket

提问by eos87

I want to use a SCM, but I don't know which is better. What is better to manage my code?

我想使用单片机,但我不知道哪个更好。什么更好地管理我的代码?

回答by Adrian Petrescu

Neither GitHub nor Bitbucket are SCMs -- they are just hosting services built around Git and Mercurial, which are the underlying SCMs. If your question is actually whether you should use Git/Mercurial as an SCM, then most people will answer "yes", but it sounds like you should read up on exactly what these are before diving in, since it sounds like you have quite a bit of confusion on the topic.

GitHub 和 Bitbucket 都不是 SCM——它们只是围绕 Git 和 Mercurial 构建的托管服务,它们是底层的 SCM。如果您的问题实际上是您是否应该使用 Git/Mercurial 作为 SCM,那么大多数人会回答“是”,但听起来您应该在深入研究之前仔细阅读这些内容,因为听起来您有很多这个话题有点混乱。