Can I create a project on Visual Studio Team Services and hide code files from all the users besides me?
Does Visual Studio Team Services have private repository?
603 Views Asked by Николай Мартынюк At
2
There are 2 best solutions below
0

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.
Yes, you can see these settings in
Manage Repositories
option underCode
section:Please have a look at this as well.