Created
January 4, 2017 16:29
-
-
Save LuisErnestoZamb/c9f807623fd71e9a797fc8633f88e6a8 to your computer and use it in GitHub Desktop.
Eliminar commit en git
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
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