gitでforce pull
git push --force
はあるが、
git pull --force
は無い
git resetを使いましょう
$ git fetch
$ git reset --hard origin/branch_name