試験GitHub-Foundations トピック6 問題70 スレッド
GitHub GitHub-Foundationsのリアル試験問題集
問題 #: 70
トピック #: 6
問題 #: 70
トピック #: 6
What is the primary purpose of creating a new branch in the GitHub flow?
おすすめの解答:C 解答を投票する
In GitHub Flow, creating a new branch is a key step in the development process that allows for isolated development of new features or fixes without affecting the main codebase.
* Experimenting with New Features or Fixes:
* Option Cis correct. The primary purpose of creating a new branch in the GitHub flow is to provide a safe space to experiment with new features or fixes. This allows developers to work on changes independently and only merge them into the main branch after they have been reviewed and approved.
* Incorrect Options:
* Option A(To create a backup of the main branch) is incorrect because branches are not typically used for backups; they are for active development.
* Option B(To capture information about an issue) is incorrect because issues are tracked separately; branches are for code changes.
* Option D(To incorporate changes from a review) is incorrect because incorporating changes is done during the pull request process, not when creating a branch.
References:
* GitHub Docs: GitHub Flow
* Experimenting with New Features or Fixes:
* Option Cis correct. The primary purpose of creating a new branch in the GitHub flow is to provide a safe space to experiment with new features or fixes. This allows developers to work on changes independently and only merge them into the main branch after they have been reviewed and approved.
* Incorrect Options:
* Option A(To create a backup of the main branch) is incorrect because branches are not typically used for backups; they are for active development.
* Option B(To capture information about an issue) is incorrect because issues are tracked separately; branches are for code changes.
* Option D(To incorporate changes from a review) is incorrect because incorporating changes is done during the pull request process, not when creating a branch.
References:
* GitHub Docs: GitHub Flow
夏目** 2026-06-16 03:46:46
コメント
他人の解答コメントを賛成するのも、その解答に一票を入れることになります。したがって、すでに同じ意見の投票コメントが存在する場合、新規コメントをする代わりに賛成することもできます。
コメントを通報する
コメント中
今すぐ 新規登録 / ログイン (無料です)。