Quick summary
Changing a GitHub repository from private to public makes all its code and data visible to anyone on GitHub. You can complete this in a few clicks through the repository Settings and the Danger Zone section.
Steps
- Navigate to the repository you want to change.
- Click on the Settings tab, located at the top right of the repository page.
- Scroll down to the Danger Zone section at the bottom of the settings page.
- Click the Change repository visibility button and select Change to public.
- In the confirmation pop-up, click I want to make this repository public.
- Click I have read and understand these effects to acknowledge the visibility change.
- Click Make this repository public to confirm and apply the change.
- Once confirmed, all code and data in the repository will be publicly visible on GitHub.
.gif)



