开发者 |
bigvoodoo
firejdl geekmenina |
---|---|
更新时间 | 2013年10月1日 02:48 |
PHP版本: | 3.0 及以上 |
WordPress版本: | 3.6.1 |
版权: | GPLv2 or later |
版权网址: | 版权信息 |
git-repo-plugin
to the /wp-content/plugins/
directoryIt assumes that DOCUMENT_ROOT is a clone of a git repository, and runs all operations in that directory. This means that remotes, etc. must be set up properly on this clone.
Whatever branch is currently checked out.
The user is defined in git-repo-plugin.php:
define( 'WP_GIT_USER', 'WordPress Git Plugin <' . get_bloginfo('admin_email') . '>' );