I'm sending in a pull request but the repo owner is rejecting it because my master is out of sync. I'm not sure how to bring it into sync.
I did a git pull to merge the original repo and my forked repo. Then I fixed any merge conflicts.
git pull upstream master
Not sure if this is fully accurate. Just need to know if there is anything else I need to be doing.