試験GitHub-Foundations トピック7 問題58 スレッド
GitHub GitHub-Foundationsのリアル試験問題集
問題 #: 58
トピック #: 7
問題 #: 58
トピック #: 7
If there are multiple README files, which of the following locations will be displayed first?
おすすめの解答: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
* 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
児岛** 2025-07-19 01:44:15
コメント
他人の解答コメントを賛成するのも、その解答に一票を入れることになります。したがって、すでに同じ意見の投票コメントが存在する場合、新規コメントをする代わりに賛成することもできます。
コメントを通報する
コメント中
今すぐ 新規登録 / ログイン (無料です)。