With this plugin you will be able to update your themes directly from GitHub. Also works in MultiSite.
Based on plugin Theme Updater:
Main additions:
- Interface to manually add repository URL
- Add support to private projects
- Fixed an issue with downgrade when passing through an authentication page.
If you're running a MultiSite you must activate it on the entire network.
Example header:
Theme Name: Example
Theme URI: http://example.com/
Description: My Example Theme
Author: person
Version: 1.0
$ git tag 1.0
$ git push origin 1.0
If it's a private project on GitHub, create an application and insert it's Secret and ID on plugin's page settings.
Whenever you upload a new version to GitHub and push it's tag version, Git Theme Updater will detect and show an alert to update on your WordPress panel.
*** v1.0 - March 17, 2013
- Initial version released