Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/danielbachhuber/git-switch

Switch your theme between remote Git branches
https://github.com/danielbachhuber/git-switch

Last synced: 19 days ago
JSON representation

Switch your theme between remote Git branches

Awesome Lists containing this project

README

        

git-switch
==========

Switch your WerrrdPress theme between remote Git branches

Keep everything up to date with a cron job:

```
*/1 * * * * cd /srv/www/; wp eval 'Git_Switch()->refresh();' > /dev/null 2>&1
```