make sure the upstream remote is set optional 1 - git remote add upstream https://github.com/ORIGINAL_OWNER/ORIGINAL_REPOSITORY.git update your fork 2 - git fetch upstream swith to your master branch 3 - git checkout master merge the upstream/master branch to your local branch 4 - git merge upstream/master