Saving the current fork version is associated with the original repo: you need to base local work on the updated image of the specified original repo.
Typically, in a triangular workflow, the original repo is called upstream.
So all you have to do is:
git fetch upstream
git rebase upstream/master
git push --force
upstream/master, ( ).

pull, .
, , , , ( , )