nerdexam
Microsoft

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…

Working with GitHub Repositories

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)
  • A
    2% (1)
  • B
    92% (45)
  • C
    2% (1)
  • D
    4% (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

#GitHub UI#Repository navigation#Stargazers#GitHub URLs

Community Discussion

No community discussion yet for this question.

Full GH-900 Practice