This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Eliminar ultimo commit remoto local | |
git reset --hard HEAD^ | |
# Actualizar código sin el ultimo commit | |
git push origin -f | |
# Estos comandos deben de ejecutarse de forma independiente |