0

I currently have a PR that has not been merged with the Master branch.

And I just created a new PR, and I would like to ONLY see the difference between this new PR and the original PR above.

Is there an easy way to do this?

I tried to rebase but managed to mess things up quite badly.

Any suggestions?

  • 1
    try this [link](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-comparing-branches-in-pull-requests) – devMe Feb 09 '23 at 11:40
  • Thanks for the link @devMe, I still couldn't quite get how to do it even after going through the content though. –  Feb 09 '23 at 12:05

1 Answers1

-1

I usually track changes through the server. For example, on GitLab. There is an opportunity to see the commit history in a convenient way.

Ekaterina
  • 19
  • 4