WorkspaceRepositoryConfiguration interface  
Git 集成设置
属性
| account | 帐户名 | 
| collaboration | 协作分支 | 
| host | GitHub Enterprise 主机名。 例如: | 
| last | 上次提交 ID | 
| project | VSTS 项目名称 | 
| repository | 存储库名称 | 
| root | 要用于存储库的根文件夹 | 
| tenant | VSTS 租户 ID | 
| type | 工作区 repositoryID 配置的类型。 示例 WorkspaceVSTSConfiguration、WorkspaceGitHubConfiguration | 
属性详细信息
		accountName
	 
	帐户名
accountName?: string属性值
string
		collaborationBranch
	 
	协作分支
collaborationBranch?: string属性值
string
		hostName
	 
	GitHub Enterprise 主机名。 例如:https://github.mydomain.com
hostName?: string属性值
string
		lastCommitId
	  
	上次提交 ID
lastCommitId?: string属性值
string
		projectName
	 
	VSTS 项目名称
projectName?: string属性值
string
		repositoryName
	 
	存储库名称
repositoryName?: string属性值
string
		rootFolder
	 
	要用于存储库的根文件夹
rootFolder?: string属性值
string
		tenantId
	 
	VSTS 租户 ID
tenantId?: string属性值
string
type
工作区 repositoryID 配置的类型。 示例 WorkspaceVSTSConfiguration、WorkspaceGitHubConfiguration
type?: string属性值
string