Created
September 9, 2016 22:27
-
-
Save furenku/63e1e166f3aaf249d89da9ebf77b05ea to your computer and use it in GitHub Desktop.
push pull via dev
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
| 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 |
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
| 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