- CD into your current forked repo
- Add the remote repo and call it upstream
git remote add upstream https://github.com/original-repo/goes-here.git
- Fetch all branches from remote upstream
git fetch upstream
- Rewrite your forked master with the upstream's master using git rebase