# How to merge the latest upstream changes into a PR-in-progress
Stupidly GitHub shows the corresponding button only to the owner of the project receiving the PR, not the person creating the PR.
```
git clone https://github.com/probonopd/ippsample -b feature/appimage
cd ippsample
git pull https://github.com/istopwg/ippsample/ master
git push
```
https://github.com/isaacs/github/issues/1113