Linux 软件免费装

Big Voodoo Git Repo

开发者 bigvoodoo
firejdl
geekmenina
更新时间 2013年10月1日 02:48
PHP版本: 3.0 及以上
WordPress版本: 3.6.1
版权: GPLv2 or later
版权网址: 版权信息

标签

git repository devops

下载

详情介绍:

This plugin will add or remove, commit, and push any files uploaded through WordPress's Media Library. Any files uploaded ito the Media Library or edited after being uploaded will be added, and any files deleted will be removed. This plugin makes several assumptions: License: GPLv2 or later

安装:

  1. Upload git-repo-plugin to the /wp-content/plugins/ directory
  2. Activate the plugin through the 'Plugins' menu in WordPress
  3. ???
  4. PROFIT!!!

升级注意事项:

0.1.0
  • Initial release.

常见问题:

Where does the plugin commit to?

It 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.

What branch does the plugin commit to?

Whatever branch is currently checked out.

What user shows up in the commit log?

The user is defined in git-repo-plugin.php: define( 'WP_GIT_USER', 'WordPress Git Plugin <' . get_bloginfo('admin_email') . '>' );

更新日志:

0.1.0