Skip to main content
설명서에 자주 업데이트를 게시하며 이 페이지의 번역이 계속 진행 중일 수 있습니다. 최신 정보는 영어 설명서를 참조하세요.

끌어오기 요청에 대한 커밋 병합 구성

리포지토리의 GitHub.com에서 모든 끌어오기 요청 병합에 대해 병합 커밋과의 병합을 적용, 허용 또는 사용하지 않도록 설정할 수 있습니다.

You can configure pull request merge options on GitHub.com to meet your workflow needs and preferences for managing Git history. For more information, see "Configuring pull request merges."

  1. On GitHub.com, navigate to the main page of the repository.

  2. Under your repository name, click Settings. If you cannot see the "Settings" tab, select the dropdown menu, then click Settings.

    Screenshot of a repository header showing the tabs. The "Settings" tab is highlighted by a dark orange outline.

  3. Under "Pull Requests", select Allow merge commits. This allows contributors to merge a pull request with a full history of commits.

  4. Optionally, under Allow merge commits, select the dropdown menu, then click the format of the commit message presented to contributors when merging.

    The default message includes the pull request number and title. For example, Merge pull request #123 from patch-1. You can also choose to use just the pull request title, or the pull request title and description.

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. For more information, see "About protected branches."

Further reading