Valid GitHub-Foundations Dumps shared by ExamDiscuss.com for Helping Passing GitHub-Foundations Exam! ExamDiscuss.com now offer the newest GitHub-Foundations exam dumps, the ExamDiscuss.com GitHub-Foundations exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com GitHub-Foundations dumps with Test Engine here:
If there are multiple README files, which of the following locations will be displayed first?
Correct Answer: C
When multipleREADMEfiles exist in different locations within a GitHub repository, theREADME.mdfile located in the root directory of the repository will be displayed first by default. This file serves as the main documentation for the repository and is automatically rendered on the repository's home page. * Root Directory: * Option Cis correct because theREADME.mdfile in the root directory is prioritized and displayed first on GitHub. This is the standard behavior for how GitHub presents documentation. * Incorrect Options: * Option A(.github) is incorrect because while aREADME.mdfile in the.githubdirectory might be used for certain configurations, it is not the first to be displayed. * Option B(/src) is incorrect because theREADME.mdin thesrcdirectory is not prioritized over the root. * Option D(/docs) is incorrect because documentation in the/docsfolder is typically secondary to the rootREADME.md. References: * GitHub Docs: About READMEs