Skip to content

Instantly share code, notes, and snippets.

@marti1125
Last active January 9, 2017 23:31
Show Gist options
  • Save marti1125/5d099324720cf2d44bd461c343b70d83 to your computer and use it in GitHub Desktop.
Save marti1125/5d099324720cf2d44bd461c343b70d83 to your computer and use it in GitHub Desktop.
php tips
zip woocommerce
zip -r culqi-woocommerce-dev.zip culqi-woocommerce
http://askubuntu.com/questions/761713/how-can-i-downgrade-from-php-7-to-php-5-6-on-ubuntu-16-04
https://www.cyberciti.biz/faq/star-stop-restart-apache2-webserver/
sudo /etc/init.d/apache2 restart
@marti1125
Copy link
Author

@marti1125
Copy link
Author

@marti1125
Copy link
Author

@marti1125
Copy link
Author

$ git tag -d release01
$ git push origin :refs/tags/release01
git tag 0.1 -m "fdsfds"
git push origin <tag_name>

@marti1125
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment