- Check out a pull request:
git fetch origin pull/[id]/head:merge-checkout
thengit checkout merge-checkout
- Host locally, check everything works: (Assuming you have python)
python -m http.server
- Merge the PR!
- Delete the branch for your local (so you can checkout the next one):
git branch -d merge-checkout