Git'ing My WordPress Workflow, so i'm machindependent. [![Build Status](https://travis-ci.org/windhamdavid/wp.png?branch=master)](https://travis-ci.org/windhamdavid/wp) ***** **ca·ve·at git·mptor**: do not clone (build your own) ######Goals: modern WordPress workflow ala [develop.svn.wordpress.org](http://develop.svn.wordpress.org) & [https://github.com/koop/develop](https://github.com/koop/develop) with an enviroment that's easy to replicate between machines. ######Usage $ git clone git@github.com:windhamdavid/wp.git $ cd wp $ git submodule update --init --recursive $ cp wp-config-sample.php wp-config.php /* you know the drill */ ######Built With: [Wordpress](https://github.com/WordPress/WordPress), [Node.js](https://github.com/joyent/node), [NPM](https://github.com/npm/npm), [Grunt](https://github.com/gruntjs/grunt), [Composer](https://github.com/composer/composer), [Travis CI](https://github.com/travis-ci) ######ToDo: setup tests add rsync *have fun*