visibility
Set the repository’s visibility to either public or private.
Public repositories can be accessed by anyone, while private repositories require explicit access grants. Only users with access to the repository can change its visibility.
pogo visibilityExamples
Section titled “Examples”# Make repository publicpogo visibility public
# Make repository privatepogo visibility private