1

How to make a public repository private via Command Line or in Bonobo Git Thanks... I've created a repository in BonoboGit, I want to make it private, how to?

Mohammad Lotfi
  • 369
  • 5
  • 16

2 Answers2

0

Git clients are only able to push and pull from remote repositories. Whether those remote repositories are public or private completely depends on the service that is hosting the repositories. Your best bet is to look for a command-line tool released by your git hosting service, or use their web interfaces.

Michael Zhang
  • 1,445
  • 12
  • 14
0

I guess that depends on the repo you are using. GitHub provides an API to do so. https://developer.github.com/v3/repos/#create.