2

I would prefer to look at the contents of a pending github pull request in Kaleidoscope instead of the github UI. Is there a way to do this?

gusto
  • 314
  • 3
  • 9

1 Answers1

2

One solution that I've found, in the case where your PR is coming from a different branch on the same repo, is to pull down the branch and then run the following git difftool master..branch_name

gusto
  • 314
  • 3
  • 9