All pages
Powered by GitBook
1 of 1

Loading...

Managing Repository Access

Repository Visibility

  1. Click “settings” on your repository’s GitHub page

  2. Click "Options" from the sidebar

  3. Scroll down to "Danger Zone" section

  4. Click "Change Visibility"

Collaborators

You can explicitly invite users to commit changes to your repository through adding collaborators:

  1. On the repository page navigate to “settings”

  2. Click “Manage access”

  3. Click “invite collaborators” and type in the user name of the users you want to add.

As mentioned in the 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:

Changing the visibility of your repository can affect your repository’s forks and must be done with caution (see article for more details).

Creating GitHub Repositories
this