Skip to content
This repository was archived by the owner on Nov 18, 2021. It is now read-only.
This repository was archived by the owner on Nov 18, 2021. It is now read-only.

PR's "Rebase and Merge" should not alter commits if the head branch is already on top of the main one #1935

@castarco

Description

@castarco

Let's say that we have the following branches:

main: A->B->C->D
new:  A->B->C->D->E->F->G

It's clear that if we rebased new on top of main, nothing should change, the commits should remain as they are.

Sadly, that's not what happens when we press the PR's "Rebase and Merge" button, the commits are modified, and the attached PGP signatures are lost. This is not how rebases work locally, and neither how they work in other platforms, such as Gitlab.

In order to support more workflows, it would be preferable that Github sticks to more intuitive and common behaviours when it comes to "rebase and merge" pull requests.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions