Dorong file lokal ke jarak jauh

git push <remote> <branch> --force-with-lease

git fetch --all 
git reset --hard <remote>/<branch_name>
Sachin