Git menimpa file jarak jauh

git push -f <remote> <branch>
e.g.
git push -f origin main 
abdelghanyMh