Gitable Wordpress is for quick bootstrapping a version controlled wordpress installation.
- Clone Gitable Wordpress
$ git submodule update --init- Go through installation
- Edit
$base_pathinwp_gitable.phpcorresponding to your serve config (usually '/' if working from root) - Add
require_once('wp-gitable.php')to the top of yourwp-config.php - Work in
wp-contentsfolder as you are used to
Wordpress is separately versioned in wordpress/, updating Wordpress becomes as simple as typing $ git pull origin inside the wordpress folder.