GH-900 · Question #111
What are all repository visibility options in GitHub Enterprise?
The correct answer is B. public, internal, and private. Repository visibility There are three visibility types for repositories: public, internal, and private. Public repositories are visible to the world and are primarily used for open source content. Internal repositories are read-accessible to all full members of your enterprise…
Question
What are all repository visibility options in GitHub Enterprise?
Options
- Apublic, private
- Bpublic, internal, and private
- Cexternal, private
- Dexternal, public, and private
How the community answered
(34 responses)- A6% (2)
- B91% (31)
- D3% (1)
Explanation
Repository visibility There are three visibility types for repositories: public, internal, and private. Public repositories are visible to the world and are primarily used for open source content. Internal repositories are read-accessible to all full members of your enterprise account (not to outside collaborators). Private repositories are only visible to individuals or teams who have been given explicit access, including through enterprise or organization base permissions. https://resources.github.com/learn/pathways/administration-governance/essentials/manage-your- repository-visibility-rules-and-settings/
Topics
Community Discussion
No community discussion yet for this question.