How I make my team and repo public?
Who can access my team?
Teams visibility is public by default. That doesn’t mean anyone can access your data. A visitor would be able to see your team’s name, description, members and public repositories. You can get a good idea of what it looks like visiting the BaseHub team in BaseHub.
Please note that the visibility setting for teams is fixed to public and cannot be changed. This facilitates sharing and promotes open content.
Public Repositories
When a repository is set to public visibility, it becomes exposed to anyone who navigates to the repository url. That means that for external visitors, BaseHub will show all the repository content up to the last commit (not showing the work in progress). That includes: its title, description, and commits.
What won’t be shared to the public: repository tokens, work in progress, multiplayer presence.
How I change a repository visibility?
To change the repository visibility:
In the team dashboard:
Go to the
in the repos cardClick on “Make public” (or “Make private” in the opposite case)
Confirm the update
In the repository editor:
Go to the README
Click on “settings”
Look for the “Visibility” option and select the value you want
Save your changes