I own the repo. A person sent a PR which I haven't merged yet. I want to see all changes from that PR as compared to my master branch in VSCode. It's similar to when you make some changes and those are in uncommitted state). How do I do it?
I followed How can I check out a GitHub pull request with git? but didn't find the answer as per my need. For instance command git pull origin pull/939/head will merge the changes instead of showing as uncommitted changes.