Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to ensure that Visual Studio Online Git Repository is private?

I'm on free 5 user plan of Team Services at VisualStudio.com. Could you please tell me where can I find an option or a mention that shows if the Git repositories I have are public or private?

I tried to enter a repo URL into a browser with another user logged on and got 'access denied' (as expected). But I want to be 100% sure to avoid occasions similar to this one.

Thanks for any advice!

like image 666
Mar Avatar asked Dec 05 '15 11:12

Mar


People also ask

How do I make a git repository private?

On GitHub.com, navigate to the main page of the repository. Under your repository name, click Settings. Under "Danger Zone", to the right of to "Change repository visibility", click Change visibility. Select a visibility.

Can I have a private Git repository?

GitHub has made private repositories with unlimited collaborators available to all GitHub accounts, meaning core features are now free to all, including teams. Prior to GitHub's April 14 announcement, organizations had to subscribe to a paid plan if they wanted to use GitHub for private development.

Can people see my private GitHub repository?

Private repositories are only accessible to you, people you explicitly share access with, and, for organization repositories, certain organization members.


2 Answers

All repositories in Visual Studio Team Services are private... They do not offer public repositories at the moment.


https://www.visualstudio.com/en-us/products/visual-studio-team-services-vs.aspx

Free benefits Five users free, unlimited private repos, developer tools, training and support


https://www.visualstudio.com/en-us/features/version-control-vs.aspx

Unlimited free repos And they're private, too!

Don't limit your development projects! Visual Studio Team Services provides teams with the ability to create as many Git or TFVC repos as are needed for any project.

like image 193
C. Augusto Proiete Avatar answered Sep 20 '22 08:09

C. Augusto Proiete


Visual Studio Online does not (currently) offer public repositories.

like image 26
Edward Thomson Avatar answered Sep 22 '22 08:09

Edward Thomson