GH-900 · Question #114
What should you append to the link https://github.com/github/docs/ to show who starred that repository?
The correct answer is B. stargazers. Viewing who has starred a repository You can view everyone who has starred a public repository or a private repository you have To view everyone who has starred a repository, add /stargazers to the end of the URL of a repository. For example, to view stargazers for the…
Question
What should you append to the link https://github.com/github/docs/ to show who starred that repository?
Options
- Astars
- Bstargazers
- Cstarwatcher
- Dstarviewers
How the community answered
(49 responses)- A2% (1)
- B92% (45)
- C2% (1)
- D4% (2)
Explanation
Viewing who has starred a repository You can view everyone who has starred a public repository or a private repository you have To view everyone who has starred a repository, add /stargazers to the end of the URL of a repository. For example, to view stargazers for the github/docs repository, visit https://github.com/github/docs/stargazers. https://docs.github.com/en/get-started/exploring-projects-on-github/saving-repositories-with-stars
Topics
Community Discussion
No community discussion yet for this question.