Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save LuisErnestoZamb/c9f807623fd71e9a797fc8633f88e6a8 to your computer and use it in GitHub Desktop.
Save LuisErnestoZamb/c9f807623fd71e9a797fc8633f88e6a8 to your computer and use it in GitHub Desktop.
Eliminar commit en git
Seleccionar el commit con el sourcetree.
git reset HEAD^ --hard
git push origin -f HEAD:develop
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment