Git'ing My WordPress Workflow,
so i'm machindependent.
ca·ve·at git·mptor: do not clone (build your own)
######Goals:
modern WordPress workflow ala develop.svn.wordpress.org & 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, Node.js, NPM, Grunt, Composer, Travis CI
######ToDo:
setup tests
add rsync
have fun