Skip to content

Instantly share code, notes, and snippets.

@ljchuello
Created August 2, 2019 03:15
Show Gist options
  • Save ljchuello/63e77306591feb44c9cb257bd9e8e063 to your computer and use it in GitHub Desktop.
Save ljchuello/63e77306591feb44c9cb257bd9e8e063 to your computer and use it in GitHub Desktop.
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
@FROSTYLAN
Copy link

gracias bro

@Francisco-Castillo
Copy link

Muchas gracias, me saco de un quilombro grande

@ljchuello
Copy link
Author

Muchas gracias, me saco de un quilombro grande

Que bueno que te sirvió. Saludos.

@gerson-ruano
Copy link

Excelente bro...

@delfinoruizsalinas
Copy link

Excelente, gracias.

@cachoJDG
Copy link

muchas gracias brother

@ljchuello
Copy link
Author

muchas gracias brother

De nada bro. Me alegra que les haya servido a todos!.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment