Skip to content

Instantly share code, notes, and snippets.

@furenku
Created September 9, 2016 22:27
Show Gist options
  • Select an option

  • Save furenku/63e1e166f3aaf249d89da9ebf77b05ea to your computer and use it in GitHub Desktop.

Select an option

Save furenku/63e1e166f3aaf249d89da9ebf77b05ea to your computer and use it in GitHub Desktop.
push pull via dev
cd /ruta/a/wp-content/themes
cd que_rollo_banda-theme/ && git pull && cd .. && zip -r que_rollo_banda-theme.zip que_rollo_banda-theme/ && mv que_rollo_banda-theme.zip ~/html
rm ~/html/que_rollo_banda-theme.zip
cd /ruta/a/wp-content/themes
wget http://dev.kernspaltung.xyz/que_rollo_banda-theme.zip && unzip que_rollo_banda-theme.zip && rm que_rollo_banda-theme.zip
exit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment