So this should work when I've got multiple copies of the repo on different computers.  Run this (and the first two commands are optional) to refresh the local repo to the latest version.
git reset --hard HEAD
git clean -f
Those two will remove any local changes.  The last one actually gets the new version.
git pull