Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/danielbachhuber/git-switch
- Owner: danielbachhuber
- Created: 2014-09-29T20:57:40.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-08-18T18:46:00.000Z (about 9 years ago)
- Last Synced: 2024-10-09T11:39:33.415Z (30 days ago)
- Language: PHP
- Homepage:
- Size: 179 KB
- Stars: 12
- Watchers: 5
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
```