Created
January 14, 2019 20:09
-
-
Save emeaguiar/f84ed7fda024f8b43e1c3b9382337050 to your computer and use it in GitHub Desktop.
SSH
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
$ ssh [email protected] | |
# cd /public_html // Asegurarnos de estar en producción | |
# git checkout master | |
# git revert HEAD // Revierte el último commit, regresa a una versión anterior |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment