问题描述
您好,
此处发布问题,对于发布的位置感到愤怒。 。 。包括VisualStudio.com上的开发者社区。
Posting question here in exasperation as to where to post it. . .including Developer community on VisualStudio.com.
我的意识非常有限。话虽如此,假设使用git格式存储库,是否有在线存储项目的首选位置? 即,最好存储在myentity.visualstudio.com或我的实体的github私有存储库?
My awareness is very limited. Having said that, assuming the use of git format repositories, is there a preferred place to store projects online? i.e. is it better to store at myentity.visualstudio.com or on my entity's github private repository?
什么是.Net开发人员/商店视图? 我们在myentity.visualstudio.com上放置了一个项目。 我们还订阅了GitHub。 我知道devOps板有一些优点,并且GitHub中托管
的存储库可以与这些板绑定。 我可以从这两个地方提取本地副本进行开发。
What is the .Net developer/shop view? We have a project placed in myentity.visualstudio.com. We also have a subscription for GitHub. I am getting some idea that there is some merit to the devOps boards and that repositories hosted in GitHub can be tied to these boards. And I am able to pull local copies from both places for development.
那么,将我公司的源代码存储在一个地方或另一个地方的利弊是什么?
So, what are the pro and cons of storing my company's source code in one place or the other?
谢谢,
Jim M.
Jim M.
推荐答案
欢迎来到MSDN论坛。
Welcome to the MSDN forum.
首先,两个平台之间最明显,最经典的区别是Microsoft VSTS是适应性的对于闭源项目而GitHub专注于开源。
Firstly, the most obvious, classic distinction between the two platforms is that Microsoft VSTS is geared for closed source projects while GitHub is focused on open source.
关于私有存储库,GitHub和VSTS在定价方面存在显着差异。
微软的产品最多可供5位用户使用,无限数量的私人存储库可以启动。在最低支付等级,VSTS从 运行
About private repository, GitHub and VSTS diverge significantly when it comes to pricing.Microsoft's offering is free for up to 5 users with an unlimited number of private repositories to boot. At the lowest paid tier, VSTS runs from
当涉及GitHub使用时,所有公共开源项目都可以免费托管 - 只有私人存储库需要付费。 支付
计划 从 开始
When it comes to GitHub usage, all public open source projects can be hosted free of charge—only private repositories incur a cost. Paid plans start at
这篇关于Azure DevOps或GITHUB中的Git存储库。的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!