Last active
January 14, 2019 19:56
-
-
Save emeaguiar/bf9283c6a2c5afd64ab7130d2759fbac to your computer and use it in GitHub Desktop.
[SSH] #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] // 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