Skip to content

Instantly share code, notes, and snippets.

@emeaguiar
Created January 14, 2019 20:03
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/e229444097d1aaba4a87431ba71fddad to your computer and use it in GitHub Desktop.
Save emeaguiar/e229444097d1aaba4a87431ba71fddad 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 pull origin master // Descargar los cambios más recientes del repositiorio (en Github)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment