Github pull request history

10.7k Views Asked by At

I make a PR from my fork to the upstream branch, I also merge the PR.

In this case there is only one commit in the PR. After the PR is merged and I look at the commit history of the upstream branch I see this : Commit History

Why is that? For me it looks a little confusing that there is an entry for both the commit and the PR. I am sure I just don't get why it is like that :)

1

There are 1 best solutions below

1
On

It sounds like a pretty straightforward pull request and merge.

Maybe you're confusing it with a rebase. This article is quite helpful. Or is there something more to your question I'm missing?