¿Qué comandos usarías para forzar una sobrescribencia de tus archivos locales con la rama maestra?
git fetch --all
git reset --hard <remote>/<branch_name>
Sachin
git fetch --all
git reset --hard <remote>/<branch_name>
git fetch
git reset --hard origin/master