Skip to content

Instantly share code, notes, and snippets.

@emeaguiar
Last active February 5, 2023 22:20
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save emeaguiar/33a7b4b7bc526e442e634b47e72297b2 to your computer and use it in GitHub Desktop.
Save emeaguiar/33a7b4b7bc526e442e634b47e72297b2 to your computer and use it in GitHub Desktop.
[SSH] #ssh
// Asumiendo que nuestra carpeta wp-content se encuentra en /public_html/wp-content
$ ssh usuario@dominio.com
# cd /public_html
# mv wp-content wp-content.bk // Crea un backup de la actual carpeta wp-content en caso de necesitarla en un futuro
# git clone git@github.com:usuario/sitio.git wp-content // Crea una copia del repositorio en un forder llamado wp-content
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment