Skip to content

Instantly share code, notes, and snippets.

View Gerardo-Lara-O's full-sized avatar
🎯
Focusing

Gerardo-Lara-O

🎯
Focusing
View GitHub Profile
@ljchuello
ljchuello / EliminarUltimoCommitRemoto.txt
Created August 2, 2019 03:15
Elimina el ultimo commit remoto
# 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