Last Updated: February 25, 2016
·
496
· jigsaw

How to fetch Pull Request on Github

https://gist.github.com/piscisaureus/3342247


Add

fetch = +refs/pull/*/head:refs/remotes/origin/pr/*

on .git/config

then git fetch origin