I need to get the changes from a pull request which isn't yet merged into a branch.
I could cherry-pick each commit from the branch but there are quite a few of them. Is there a quicker way to get all the changes from a pull request?
In case it makes a difference Im using Github.