Last active
January 14, 2019 19:56
[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 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