GitHub Enterprise Serverインスタンス 上でプルリクエストのマージオプションを設定して、ワークフローの要求と Git の履歴管理への要望を満たすことができます。 詳しい情� �についてはプルリクエストのマージの設定を参照してく� さい。
squashマージのデフォルトのコミットメッセージに関する情� �については「プルリクエストのマージについて」を参照してく� さい。
- GitHub Enterprise Serverインスタンスで、リポジトリのメインページにアクセスしてく� さい。
- リポジトリ名の下で Settings(設定)をクリックしてく� さい。
- Under "Merge button", optionally select Allow merge commits. これにより、コントリビューターがコミットの全ての履歴と共にプルリクエストをマージできるようになります。
- Under "Merge button", select Allow squash merging. これにより、コントリビューターが全てのコミットを 1 つのコミットに squash してプルリクエストをマージできるようになります。 The squash message automatically defaults to the title of the pull request if it contains more than one commit.
If you select more than one merge method, collaborators can choose which type of merge commit to use when they merge a pull request. If there is a protected branch rule in your repository that requires a linear commit history, you must allow squash merging, rebase merging, or both. 詳しい情� �については保護されたブランチについてを参照してく� さい。