See Configuring a remote for a fork.
git remote add upstream https://github.com/ORIGINAL_OWNER/ORIGINAL_REPOSITORY.gitSee Syncing a fork
git fetch upstream
git checkout master
git merge upstream/masterSee Configuring a remote for a fork.
git remote add upstream https://github.com/ORIGINAL_OWNER/ORIGINAL_REPOSITORY.gitSee Syncing a fork
git fetch upstream
git checkout master
git merge upstream/master