Does Visual Studio Team Services have private repository?

603 Views Asked by At

Can I create a project on Visual Studio Team Services and hide code files from all the users besides me?

2

There are 2 best solutions below

10
On

Yes, you can see these settings in Manage Repositories option under Code section:

enter image description here

Please have a look at this as well.

0
On

Yes you can. Visual Studio Team Services and Team Foundation Server have the concept of Team Projects. These containers can be easily secured. You can have as many Team Projects was you want. By inviting users to your Team Project, you give them access to the artifacts.

Within a Team Project you can create both TFVC (centralized version control) and Git (distributed version control) repositories. You can have one TFVC and as many Git repositories per Team Project as you want. By configuring specific permissions you can control access to a repository.

See Create a new Git repo in your project for more information

Be aware that administrators by default have access to all Team Projects and all code repositories.