Skip to content

Instantly share code, notes, and snippets.

@emeaguiar
Created January 14, 2019 20:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save emeaguiar/f84ed7fda024f8b43e1c3b9382337050 to your computer and use it in GitHub Desktop.
Save emeaguiar/f84ed7fda024f8b43e1c3b9382337050 to your computer and use it in GitHub Desktop.
SSH
$ ssh usuario@sitio.com
# 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