Skip to content

Instantly share code, notes, and snippets.

@pablomp
Created March 11, 2014 08:10
Show Gist options
  • Save pablomp/9481453 to your computer and use it in GitHub Desktop.
Save pablomp/9481453 to your computer and use it in GitHub Desktop.
Dar marcha atrás en el último commit de GIT (undo)

Para volver al commit anterior (hacer un UNDO):

git reset --hard HEAD^

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