Skip to content

Instantly share code, notes, and snippets.

@emeaguiar
Last active January 14, 2019 19:56
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/bf9283c6a2c5afd64ab7130d2759fbac to your computer and use it in GitHub Desktop.
Save emeaguiar/bf9283c6a2c5afd64ab7130d2759fbac to your computer and use it in GitHub Desktop.
[SSH] #ssh
$ ssh usuario@dominio.com // Entrar al servidor
# cd /staging.sitio.com/public_html/wp-content // Asegurarnos de estar en el sitio de pruebas
# git checkout staging // Asegurarnos de estar en el branch de pruebas
# git merge --no-ff feature/slideshow // Unir nuestro nuevo trabajo a nuestra rama de staging
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment