How to locally merge an upstream pull request in GitHub? November 03, 2018 Use the following simple command. git pull upstream pull/<PR_ID>/head For example : git pull upstream pull/200/head Read more