1. Add original repo as an upstream remote git remote add upstream [email protected]/ORIGINAL/REPO-YOU-FORKED.git git fetch upstream 2. Pull in their changes git pull upstream master