Skip to content

Instantly share code, notes, and snippets.

@enlacee
Last active December 24, 2015 21:49
Show Gist options
  • Save enlacee/6868759 to your computer and use it in GitHub Desktop.
Save enlacee/6868759 to your computer and use it in GitHub Desktop.
apuntes git en Desarrollo.
-- Retorna al commit #xxx : pero con tu HEAD intacto
git revert HASH
-- Retornar ah 1 comit anterior (resetea tambien tu HEAD)
git reset --hard HASH
-- diferencias entre ramas
git difftool dev2b master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment