Managing Repository Access
Repository Visibility
As mentioned in the Creating GitHub Repositories section, you can determine which users can see your repositories. If you set repository visibility to āPublicā then anyone on the internet can read and download your repository. If you set repository visibility to āPrivateā, then only users or organizations you explicitly invite can read and download your repository. To change visibility of your repository:
Click āsettingsā on your repositoryās GitHub page
Click "Options" from the sidebar
Scroll down to "Danger Zone" section
Click "Change Visibility"


Changing the visibility of your repository can affect your repositoryās forks and must be done with caution (see this article for more details).
Collaborators
You can explicitly invite users to commit changes to your repository through adding collaborators:
On the repository page navigate to āsettingsā
Click āManage accessā
Click āinvite collaboratorsā and type in the user name of the users you want to add.

Last updated
Was this helpful?