Created
August 2, 2019 03:15
-
-
Save ljchuello/63e77306591feb44c9cb257bd9e8e063 to your computer and use it in GitHub Desktop.
Elimina el ultimo commit remoto
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 |
Muchas gracias, me saco de un quilombro grande
Muchas gracias, me saco de un quilombro grande
Que bueno que te sirvió. Saludos.
Excelente bro...
Excelente, gracias.
muchas gracias brother
muchas gracias brother
De nada bro. Me alegra que les haya servido a todos!.
Me salvaste, gracias 😊
Me salvaste, gracias 😊
Que bueno saber que te funcionó bro.
Gracias guapete
Hola, disculpa "CABEZA^" a que hace referencia?
Hola, disculpa "CABEZA^" a que hace referencia?
HEAD
en Git es un puntero que apunta al último commit en la rama actual. Es decir, representa el estado más reciente del repositorio en el que estás trabajando.
mil gracias por explicarme. (:
El jue, 13 mar 2025 a las 13:15, Leonardo Chuello ***@***.***>)
escribió:
… ***@***.**** commented on this gist.
------------------------------
Hola, disculpa "CABEZA^" a que hace referencia?
HEAD en Git es un puntero que apunta al último commit en la rama actual.
Es decir, representa el estado más reciente del repositorio en el que estás
trabajando.
—
Reply to this email directly, view it on GitHub
<https://gist.github.com/ljchuello/63e77306591feb44c9cb257bd9e8e063#gistcomment-5490605>
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A4S4GK7TNDLB5NATTUCLNJL2UGVLHBFKMF2HI4TJMJ2XIZLTSKBKK5TBNR2WLJDUOJ2WLJDOMFWWLO3UNBZGKYLEL5YGC4TUNFRWS4DBNZ2F6YLDORUXM2LUPGBKK5TBNR2WLJDHNFZXJJDOMFWWLK3UNBZGKYLEL52HS4DFVRZXKYTKMVRXIX3UPFYGLK2HNFZXIQ3PNVWWK3TUUZ2G64DJMNZZDAVEOR4XAZNEM5UXG5FFOZQWY5LFVA4TONJWHE4TAMFHORZGSZ3HMVZKMY3SMVQXIZI>
.
You are receiving this email because you commented on the thread.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>
.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
gracias bro