源代码管理术语?
Source control terminology?
我在 https://mycode.visualstudio.com/
使用我的在线开发者帐户存储 visual studio 代码,使用 Team Foundation Version Control
(不是 Git)。
当涉及到文档和文件夹结构的准确措辞时,我应该如何最好地参考这个存储库?
"TFS", "VSTS", "TFVC", "VSTS- TFVC", 等等 ?
哪个正确描述了源代码管理的类型和我正在使用的存储库的位置?
你可以说:
TFVC repository hosted in VSTS.
VSTS 是一个云平台 - 一组服务。它可以托管两种类型的存储库:Git 和 TFVC。您可以在 VSTS 帐户的任何团队项目中托管每种类型的多个存储库。
这是一篇关于这两个源代码控制系统的好文章:Choosing the right version control for your project。
我在 https://mycode.visualstudio.com/
使用我的在线开发者帐户存储 visual studio 代码,使用 Team Foundation Version Control
(不是 Git)。
当涉及到文档和文件夹结构的准确措辞时,我应该如何最好地参考这个存储库?
"TFS", "VSTS", "TFVC", "VSTS- TFVC", 等等 ?
哪个正确描述了源代码管理的类型和我正在使用的存储库的位置?
你可以说:
TFVC repository hosted in VSTS.
VSTS 是一个云平台 - 一组服务。它可以托管两种类型的存储库:Git 和 TFVC。您可以在 VSTS 帐户的任何团队项目中托管每种类型的多个存储库。
这是一篇关于这两个源代码控制系统的好文章:Choosing the right version control for your project。