Git Force Pull
git fetch --all
git reset --hard origin/master
Pleasant Panther
git fetch --all
git reset --hard origin/master
git push --force
git checkout master
git merge -X theirs branchName
git push origin master --force # again, see below
git checkout master
git merge --squash tag
git commit