git push f head
git checkout branchname # if you're not on it already
git reset --hard abcdef0
git push -f
Embarrassed Eagle
git checkout branchname # if you're not on it already
git reset --hard abcdef0
git push -f