Git écraser les fichiers distants

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