Skip to main content

Commit-Rebasing für Pull-Requests konfigurieren

Sie können Commit-Rebasing für alle Pull-Request-Merges auf GitHub in Ihrem Repository erzwingen, zulassen oder deaktivieren.

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

  1. On GitHub, 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 rebase merging. This allows contributors to merge a pull request by rebasing their individual commits onto the base branch.

If you also select another merge method, collaborators will be able to choose the type of merge commit when merging 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.